Changes between Initial Version and Version 1 of Ticket #9289
- Timestamp:
- Oct 19, 2012, 10:33:14 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9289
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
worksforme
-
Property
Status
changed from
-
Ticket #9289 – Description
initial v1 3 3 When I use FireBug, I can see that javascript is being fired when I change one of the widgets, but it's very hard to track down why nothing gets recorded to the server since the javascript code appears to be in compressed/minimized format. Not sure where to get the "full" un-minimized version of the javascript code for easier debugging. 4 4 5 I see the exact same problems in FireFox 5.0.1, IE7, IE8, and Chrome 14.0.835.202 m.5 I see the exact same problems in !FireFox 5.0.1, IE7, IE8, and Chrome 14.0.835.202 m. 6 6 7 7 I have several different Trac environments all running on the same web server and they all exhibit the same results... no changes get recorded to the server when I change the value of any of the widgets. … … 16 16 17 17 trac.ini: 18 ------------ 18 {{{ 19 #!ini 19 20 [components] 20 21 gridmod.web_ui.gridmodifymodule = enabled … … 23 24 [gridmodify] 24 25 fields=component,version,milestone 26 }}}