Modify ↓
#8689 closed defect (fixed)
Bug with jQuery Grid and Firefox 4
| Reported by: | orio | Owned by: | Takanori Suzuki |
|---|---|---|---|
| Priority: | normal | Component: | WorkflowEditorPlugin |
| Severity: | blocker | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description
A bug with the jQuery Grid plugin decribed here:
- http://pinoytech.org/question/5544297/javascript-error-but-only-in-firefox-4
- http://www.trirand.com/blog/?page_id=393/help/jqgrid-is-not-a-function-only-in-firefox-4/
Prevents the table from appearing with Firefox 4. The fix proposed in the forum correct this bug.
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by
Changed 15 years ago by
| Attachment: | t8689-workfloweditorplugin-0.12-r9979.diff added |
|---|
comment:2 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
| Trac Release: | 0.11 → 0.12 |
The patch was applied.
comment:3 Changed 15 years ago by
The plugin with Trac 0.11.x has also the same issue. Would you apply the patch to workfloweditorplugin/0.11?
comment:4 Changed 15 years ago by
Note: See
TracTickets for help on using
tickets.



Attached the patch, t8689-workfloweditorplugin-0.12-r9979.diff, which uses
add_scriptinstead ofdocument.write. It's simple and more safe.In addition, the patch is fixed another problem that
AddandEditbuttons does not work with Firefox 4.