Closed
Bug 2595
Opened 26 years ago
Closed 26 years ago
[PP]Widgets positioning gets messsed up: resizing, scrolling
Categories
(Core :: Layout: Form Controls, defect, P2)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: sdm, Assigned: ramiro)
References
()
Details
(Whiteboard: I have a fix dammit.)
If you go to the above url (or any other web page with a submit button), and
the submit button is not visible (ie, you need to scroll to see it), mousing
over the submit button causes it to disappear (turns gray). After forcing an
expose event, the button will display correctly.
If the submit button is half visible (ie resource:/res/samples/test5.html ) when
the page loads, only the part that WAS visible when the page loaded gets the gtk
highlight when you mouse over it - the rest of the button does not change.
Expose events don't have any effect here.
Any submit buttons that you do not need to scroll to see behave nicely.
This was tested using gtk1.1.13.
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
marking all non-functionality m4 bugs of mine to m5 as i won't be around for the
next week or two.
Assignee | ||
Updated•26 years ago
|
Assignee: pavlov → ramiro
Status: ASSIGNED → NEW
Summary: submit buttons disappear if scrolled to. → Widgets positioning gets messsed up when resizing and scrolling
Target Milestone: M5 → M4
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M4 → M5
Comment 8•26 years ago
|
||
From bug #2850, here's a reduced test case:
http://blueviper/forms/resizejumper.html
in answer to jan's question, yes, this is a linux only bug, as of build
1999-04-28-0[89] on MacOs 8.51, RedHat 5.2, and WinNT 4
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M6
Comment 10•26 years ago
|
||
wont get to this till m6.
marking m6.
Summary: Widgets positioning gets messsed up when resizing and scrolling → [PP]Widgets positioning gets messsed up when resizing and scrolling
Comment 11•26 years ago
|
||
Putting on [PP] radar.
Comment 12•26 years ago
|
||
*** Bug 6007 has been marked as a duplicate of this bug. ***
Comment 13•26 years ago
|
||
*** Bug 5306 has been marked as a duplicate of this bug. ***
Comment 14•26 years ago
|
||
*** Bug 2609 has been marked as a duplicate of this bug. ***
Updated•26 years ago
|
Whiteboard: high dup count-
Comment 15•26 years ago
|
||
marking m7. i cant make m6 for this bugs.
Comment 16•26 years ago
|
||
*** Bug 6822 has been marked as a duplicate of this bug. ***
Updated•26 years ago
|
Summary: [PP]Widgets positioning gets messsed up when resizing and scrolling → [PP]Widgets positioning gets messsed up: resizing, scrolling
Comment 17•26 years ago
|
||
This bug covers scrolling, I'll let bug 6192 cover form submission.
They don't look like dups to me, maybe ramiro knows more.
Comment 18•26 years ago
|
||
*** Bug 6192 has been marked as a duplicate of this bug. ***
Updated•26 years ago
|
Whiteboard: high dup count- → high dup count- working on it 6/16
Updated•26 years ago
|
Target Milestone: M7 → M8
Comment 19•26 years ago
|
||
-> m8
Comment 20•26 years ago
|
||
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.
Comment 21•26 years ago
|
||
Ugh, bugzilla was hobbling, it is back to being horribly broken again.
I push on the [query] button and the widgets move around, no submission occurs.
Comment 22•26 years ago
|
||
ramiro wrote:
this widget positioning bug is complicated. The problem is that the view
manager is computing offsets based on the bounds (x,y) of the widgets.
And for gtk these are always 0,0.
When gfx widgets land, this bug will be fixed.
its not worth it to hack the xp view manager code just for m8.
Updated•26 years ago
|
Target Milestone: M8 → M9
Comment 23•26 years ago
|
||
*** Bug 4277 has been marked as a duplicate of this bug. ***
Comment 24•26 years ago
|
||
*** Bug 9873 has been marked as a duplicate of this bug. ***
Comment 25•26 years ago
|
||
*** Bug 10073 has been marked as a duplicate of this bug. ***
Comment 26•26 years ago
|
||
*** Bug 7376 has been marked as a duplicate of this bug. ***
Comment 27•26 years ago
|
||
*** Bug 6080 has been marked as a duplicate of this bug. ***
Updated•26 years ago
|
Target Milestone: M9 → M10
Comment 28•26 years ago
|
||
-> m10
Assignee | ||
Updated•26 years ago
|
Target Milestone: M10 → M9
Comment 29•26 years ago
|
||
marking m9.
I have a good fix for this bug. alecf@netscape.com and akkana@netscape.com are
testing it.
Assignee | ||
Updated•26 years ago
|
Whiteboard: high dup count- working on it 6/16 → I have a fix dammit.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 30•26 years ago
|
||
I just checked in a fix for this. YAY!
Marking fixed.
To test, go to any web page that has text fields and resize the window. The
text widgets should be properly placed as they were before the window resize.
Comment 31•26 years ago
|
||
*** Bug 10581 has been marked as a duplicate of this bug. ***
Comment 32•25 years ago
|
||
verified fixed on
1999-09-13-08-M10 RedHat Linux 6.0 (GNOME/enlightenment)
You need to log in
before you can comment on or make changes to this bug.
Description
•