Modify

Opened 12 years ago

Closed 11 years ago

#9289 closed defect (worksforme)

GridModifyPlugin: changes to widgets do not fire off AJAX... does nothing... no network activity seen in Fiddler2

Reported by: anonymous Owned by: Björn Harrtell
Priority: normal Component: GridModifyPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description (last modified by Ryan J Ollos)

I've installed GridModifyPlugin and it appears to be configured properly except that it does not record any changes. The widgets appear in the report rows and the user can change the value of the widget, but the new value is not saved to the server. When I try to debug the communication to the server via Fiddler2, I see no communication at all to the server when I the change the value of one of the widgets.

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.

I see the exact same problems in FireFox 5.0.1, IE7, IE8, and Chrome 14.0.835.202 m.

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.

Please let me know what else I might need to check out to find out why GridModifyPlugin is not recording any changes made. Thanks.

Trac 0.12.3dev-r10842 Python 2.7.1 (r271:86832, Apr 12 2011, 16:16:18) GCC 4.6.0 20110331 Red Hat 4.6.0-2 Apache/2.2.21

trac.ini:

[components]
gridmod.web_ui.gridmodifymodule = enabled
gridmod.* = enabled

[gridmodify]
fields=component,version,milestone

Attachments (0)

Change History (1)

comment:1 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)
Resolution: worksforme
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Björn Harrtell.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.