Modify ↓
Opened 9 years ago
Closed 9 years ago
#13057 closed defect (fixed)
[Patch] Text input changes are not reflected to ticket
| Reported by: | Owned by: | Ryan J Ollos | |
|---|---|---|---|
| Priority: | normal | Component: | GridModifyPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 1.2 |
Description
Hi, I upgraded to Trac 1.2 and noticed that editing <input type="text"> with GridModifyPlugin no longer work (i.e. changes are not reflected to the ticket). It looks like the jQuery upgrade broke the plugin. Replacing $(this).attr('value') with $(this).val() fixed the issue.
Attached is a minimal patch to gridmodifyplugin/trunk@16209.
Attachments (1)
Change History (3)
Changed 9 years ago by
| Attachment: | gridmodifyplugin.patch added |
|---|
comment:1 Changed 9 years ago by
| Owner: | changed from Björn Harrtell to Ryan J Ollos |
|---|---|
| Status: | new → accepted |
Thanks for the patch. It looks like there are a few other attr('value') -> val() replacements that could be made. I'll test and commit the changes.
Note: See
TracTickets for help on using
tickets.



patch to GridModifyPlugin