Ticket #6257 (closed defect: fixed)
[patch] test_Editor.html throws an error in IE7 (FontChoice plugin)
| Reported by: | BryanForbes | Owned by: | alex |
|---|---|---|---|
| Priority: | high | Milestone: | 1.1 |
| Component: | Editor | Version: | 1.1b1 |
| Severity: | major | Keywords: | patch |
| Cc: |
Description
While trying to debug some Editor anomalies, I ran across a bug in the FontChoice? plugin where the value in the updateState() method has the indexOf method run on it before checking if it's a string. IE7 returns an integer from _e.queryCommandValue(), so the indexOf call throws an error. I'm attaching a patch to fix this for IE7.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.