Closed
Bug 22348
Opened 25 years ago
Closed 25 years ago
Scrollbar does not display as window is resized in Editor
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: christinehoff4, Assigned: cmanske)
Details
Using the following builds:
Windows: 1999-12-21-00-m12
Linux: 1999-12-21-08-m13
Mac: 1999-12-17-10-m12
Steps to reproduce:
1. Open the Editor
2. Type some text far enough down the page to create a scrollbar at the right
3. Resize the window, making it smaller
Expected result: Scrollbar should display as window is resized.
Actual result: At some point, scrollbar does not display as you resize the page.
Behavior is across platform. This does not happen in the browser
Reporter | ||
Updated•25 years ago
|
OS: Windows 95 → All
Hardware: PC → All
Updated•25 years ago
|
Assignee: beppe → kin
Target Milestone: M13
Comment 1•25 years ago
|
||
assigning to kin for debugging
This problem also happens in the browser so it's not specific to the editor. I
just verified this in my 01/04/2000 Debug WinNt and Linux build.
The problem happens with both Native and Gfx scrollbars. Just playing around
with resizing the window, it looks like the scrollbars stop moving when the
content area (canvas) reaches a minimum size.
This is a CSS problem. I spent some time getting rid of and overriding some of
the large min-width properties in the editor.css file and it seemed to help
quite a bit. I need to spend more time on this, but unfortunately this is at the
bottom of the M13 priority list. Moving to M14 for now.
Adding editor CSS guru cmanske@netscape.com to the Cc list. :-)
Assignee | ||
Updated•25 years ago
|
Assignee: kin → cmanske
Status: ASSIGNED → NEW
Target Milestone: M14 → M13
Assignee | ||
Comment 5•25 years ago
|
||
I've found the CSS tricks to fix this and am experimenting with them now.
We need to use the "overflow: hidden" property on the sibling toolbar and
status windows associated with the content window.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•25 years ago
|
||
Fix is ready.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•25 years ago
|
||
Fixed by adjusting CSS in global.css, so fix will work for Navigator as well.
You need to log in
before you can comment on or make changes to this bug.
Description
•