Closed
Bug 8599
Opened 26 years ago
Closed 26 years ago
Editor toolbar is too wide
Categories
(Core :: DOM: Editor, defect, P2)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
People
(Reporter: akkzilla, Assigned: cmanske)
Details
The editor toolbar doesn't fit in the default size of the editor window.
Running with GECKO_FONT_SIZE_FACTOR unset (and toolbar/urlbar fonts so small
they're completely unreadable), the spellcheck icon barely fits with one pixel
left to the right of it (it looks cramped, like it was intended to have more
space, and sure enough, if I resize the window a bit wider, I see several more
pixels of space show up on the right before the purple toolbar background
disappears and is replaced by grey). If I run with GECKO_FONT_SIZE_FACTOR 1.1,
which gives me readable fonts, the spellcheck button isn't there at all, and due
to another bug, the vertical scrollbar isn't drawn in the content window.
Can we have toolbars which will fit on all platforms at least at the default
window size?
Updated•26 years ago
|
OS: Linux → All
Priority: P3 → P2
Hardware: PC → All
Comment 1•26 years ago
|
||
There's a spellcheck icon?
If so, it doesn't show up on Macintosh in the default window size.
btw, I think Charley will fix this with his checkin of the second toolbar
(removing some icons from the formatting toolbar)
| Assignee | ||
Comment 2•26 years ago
|
||
Yes, I will be checking in a new toolbar (recreating the old "main" toolbar)
and will move the "Insert Element" items and Spell Checking to that bar.
That makes the buttons visible for the current default window size, but
the content width behavior still needs to be fixed so it ignores toolbars.
| Reporter | ||
Comment 3•26 years ago
|
||
Agreed -- I filed a different bug (higher severity), 8597, on the issue of
layout not behaving right if the toolbar is too wide.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•26 years ago
|
||
Fixed by adding the old "main" Composer toolbar
Checked in 6/23
You need to log in
before you can comment on or make changes to this bug.
Description
•