Closed
Bug 17892
Opened 25 years ago
Closed 25 years ago
Scrollbar flicker
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
VERIFIED
FIXED
M1
People
(Reporter: MatsPalmgren_bugz, Assigned: kmcclusk)
References
()
Details
(Whiteboard: Have fix in my tree)
TO REPEAT:
1. Select menu-item "Debug" - "Viewer Demos" - "#14 XML Sorting"
2. Click the "Toggle Style" button
3. Move mouse pointer in and out of the "Toggle Style" button
Win32: Notice how the "greyed out" scrollbars of the textboxes briefly
displayes a "thumb".
Solaris: Notice how all scrollbars flicker.
Observe that this does only happen over the "Toggle Style" button and not on the
other buttons ("Author","Title","ISBN #").
BUILDS AND PLATFORMS:
Bug occurs in build 1999110212 on Sun Solaris 2.6/sparc
Bug occurs in build 1999110208 on Windows NT 4.0 sp5
Updated•25 years ago
|
Assignee: karnaze → kmcclusk
Comment 1•25 years ago
|
||
Reassigning to Kevin.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Whiteboard: Have fix in my tree
Target Milestone: M12
Assignee | ||
Comment 2•25 years ago
|
||
There are two problems; the parenting of style context for the button label is
incorrect and the outline button style was being included in the reflow decision
even though it is not used.
Assignee | ||
Updated•25 years ago
|
Severity: minor → major
Assignee | ||
Comment 3•25 years ago
|
||
Increasing severity to major since it is reflowing the entire document each time
the button is entered and exited. This is a general problem where clicking on a
button which causes it's frame to be destroyed puts the button into a state
where it keeps reflowing on every enter and exit.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•25 years ago
|
||
Fixed in 11/12/99 10:00 am build.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Target Milestone: M12 → M1
Comment 5•25 years ago
|
||
verified fixed on 11/16 builds
You need to log in
before you can comment on or make changes to this bug.
Description
•