Closed
Bug 4319
Opened 26 years ago
Closed 26 years ago
scrolling view corner misplaced
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ramiro, Assigned: ramiro)
References
()
Details
It appear when it shouldnt and vice-versa.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
The view code seems to be correct. Everything is fine until the Show(False)
method of the corner view's widget is called.
This method calls gtk_widget_hide() which goes through the motions of hiding the
widget but does not seem to unmap the window.
Im not sure if this is by design or a bug in gtk. Ill talk to the gtk czars
about this.
In the mean time, the solution is to call gtk_widget_unmap() to force the window
to unmap.
marking fixed.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
verified in 6/14 builds
Moving all Widget Set bugs, past and present, to new HTML Form Controls
component per request from karnaze. Widget Set component will be retired
shortly.
You need to log in
before you can comment on or make changes to this bug.
Description
•