laptop and a wrench

Bug

Slash widget configuration does not honor absolute positions top, right, bottom and left which other UI widget configurations do support. It seems the x,y properties are hard coded in the HTMLPopupManager.as file. The documentation which discusses using top, right, bottom, and left in UI widgets is found at http://help.arcgis.com/en/webapps/flexviewer/help/widgets.htm.

Last Published: August 25, 2014 No Product Found
Bug ID Number NIM061037
SubmittedSeptember 10, 2010
Last ModifiedJune 5, 2024
Applies toNo Product Found
Version found2.0
Program languageFlex
StatusWill Not Be Addressed

Additional Information

No Public Explanation

Workaround

Edit the HTMLPopulManager.as file as below. private static function showSplash(window:IFlexDisplayObject, parent:DisplayObjectContainer):void { var x:Number; var y:Number; //x = (parent.width - window.width) / 2; //y = (parent.height - window.height) / 2; x = 10; y = 10; window.move(Math.ceil(x), Math.ceil(y)); //tweenPosition(window, window.height); }

Steps to Reproduce

Bug ID: NIM061037

Software:

  • No Product Found

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options