Opened 13 years ago

Last modified 13 years ago

#8308 reopened defect

Editor broken on Admin forms — at Version 6

Reported by: David Frahm Owned by: Jun Omae
Priority: normal Component: TracWysiwygPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description (last modified by Ryan J Ollos)

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.

Change History (8)

Changed 13 years ago by David Frahm

Attachment: screenshot-ie-8.png added

Screenshot of IE 8

Changed 13 years ago by David Frahm

Attachment: screenshot-ff-3.6.12.png added

Screenshot of FF 3.6.12

comment:1 Changed 13 years ago by David Frahm

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 13 years ago by David Frahm

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 13 years ago by Jun Omae

Resolution: fixed
Status: newclosed

(In [9676]) fixed #8308 - broken editor on admin forms

comment:4 Changed 13 years ago by Jun Omae

In [9676], fixed the issue. If possible, try the latest. Thanks for your reporting!

comment:5 in reply to:  4 Changed 13 years ago by anonymous

Resolution: fixed
Status: closedreopened

Tried r9676 with no change that I could see. Still broken.

comment:6 Changed 13 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.