Opened 14 years ago
Last modified 14 years ago
#8308 reopened defect
Editor broken on Admin forms
Reported by: | David Frahm | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | TracWysiwygPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
The editor is not usable on the Admin forms, due to the following issue:
- In both IE 8 and FF 3.6.12, the editor text box is not wide enough to see or use content.
Specifically, it fails on these Admin forms:
- Component
- Milestone
- Versions
Editor is working fine on the Ticket and Wiki forms.
We are running plugin 0.12 on Trac 0.12.1. On previous 0.11.x version the editor worked fine on all forms.
I will attach screenshots of IE and FF.
Attachments (2)
Change History (8)
Changed 14 years ago by
Attachment: | screenshot-ie-8.png added |
---|
comment:1 Changed 14 years ago by
FYI -- The following CSS appears to fix the issue in FF:
iframe.wysiwyg { width: 400px; }
In IE it made things better, but it also added an unnecessary horizontal scrollbar. I presume the developers of this plugin will know the best way to fix this for all browsers.
comment:2 Changed 14 years ago by
Sorry, the CSS I posted earlier caused some issues with the Ticket form, so now I'm using this:
div.trac-resizable { width: 620px; }
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 follow-up: 5 Changed 14 years ago by
In [9676], fixed the issue. If possible, try the latest. Thanks for your reporting!
comment:5 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Tried r9676 with no change that I could see. Still broken.
comment:6 Changed 14 years ago by
Description: | modified (diff) |
---|
Screenshot of IE 8