Ticket #203 (closed defect: fixed)

Opened 2 years ago

Last modified 19 months ago

Script loading issue w/ GeoEXT ux'es and Firefox 4

Reported by: etdube Owned by:
Priority: minor Milestone:
Component: documentation Version:
Keywords: Cc:

Description

From email on mailing list:


I encountered a weird and intermittent issue related to the loading order of JavaScript? files while testing the AttributeFilterPanel? widget with Firefox 4. Some objects declared in the external GeoExt? ux widgets were sporadically still undefined by the time Ext.onready() executes. Turns out FF4 behaves differently than 3.6 when loading dynamically-inserted <script> tags... see the following OpenLayers? ticket:  http://trac.osgeo.org/openlayers/ticket/2933 . The snippet of code from OL that we use for loading GeoExt? ux .js files (when not using a minified build) is affected by this.

Applying the changes from the patch in the OL ticket solves the issue. I did it for the AttributeFilterPanel? ux, but it should be done too for the other ux'es.

Change History

Changed 2 years ago by etdube

Fixed in AttributeFilterPanel? ux.

Changed 2 years ago by etdube

Done for the following ux'es in the sandboxes on svn.geoext.org :

mapgears/geoext.ux/ux/LayerTreeBuilder mapgears/geoext.ux/ux/WFSTFeatureEditing mapgears/geoext.ux/ux/WMSBrowser mapgears/geoext.ux/ux/ZoomTo geoext-sandbox/redlining/ux/FeatureEditing

Changed 2 years ago by adube

Is this task complete ? If so, we could close the ticket.

Changed 19 months ago by adube

  • status changed from new to closed
  • resolution set to fixed

Completed.

Note: See TracTickets for help on using tickets.