Changes between Initial Version and Version 1 of Ticket #9289


Ignore:
Timestamp:
Oct 19, 2012, 10:33:14 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Please try again with the latest version of the trunk. There are several recent changes that could have fixed your issue. However, with the information provided I can't do more or provide any additional assurances that it is fixed.

If you continue to have trouble with the latest trunk version, then I am more than happy to help you resolve the issue. I'm closing this now, because typically I don't get a response to old tickets, but please reopen if you continue to have trouble and would like me to help you debug the issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9289

    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
  • Ticket #9289 – Description

    initial v1  
    33When 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.
    44
    5 I see the exact same problems in FireFox 5.0.1, IE7, IE8, and Chrome 14.0.835.202 m.
     5I see the exact same problems in !FireFox 5.0.1, IE7, IE8, and Chrome 14.0.835.202 m.
    66
    77I 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.
     
    1616
    1717trac.ini:
    18 ------------
     18{{{
     19#!ini
    1920[components]
    2021gridmod.web_ui.gridmodifymodule = enabled
     
    2324[gridmodify]
    2425fields=component,version,milestone
     26}}}