Closed
Bug 46580
Opened 25 years ago
Closed 25 years ago
Entering text in the login text entries causes reflows.
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: gregm, Assigned: waterson)
References
()
Details
Entering text in the username and password entrys causes a reflow (and shift
left of the entry widgets) for every character entered.
| Reporter | ||
Comment 2•25 years ago
|
||
I was gonna attach a few screenshots but bugzilla kept timing out.
So here they are:
http://coco.comstar.net/pre-entry.png
http://coco.comstar.net/post-entry.png
This is with build 2000072608 on Linux (RH 6.2)
| Reporter | ||
Comment 4•25 years ago
|
||
Make sure your drilled down into a story, the front page one don't exhibit this
behavior.
Confirmed on Linux 2000073020 (M18), on the pages of the stories.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 8•25 years ago
|
||
asigning to waterson -- Chris don't you have one like this one already?
Comment 10•25 years ago
|
||
Comment 11•25 years ago
|
||
*** Bug 47321 has been marked as a duplicate of this bug. ***
Comment 12•25 years ago
|
||
*** Bug 47974 has been marked as a duplicate of this bug. ***
Comment 13•25 years ago
|
||
It may be deeper than the text entry. On the page http://kontek.net , the table
keeps changing height without any interaction. The mirror, which was rewritten
in XHTML, does the same thing. It is located at http://kontek.dyndns.org
Still present in M18 2000080620.
Comment 14•25 years ago
|
||
Also, that was in Windows (9x-based and NT-based) so recommend change OS to 'All'.
And I don't think the component is Form Submission, though I may be wrong.
Comment 15•25 years ago
|
||
Dupe. Please search bugzilla for existing bug reports before filing new
reports. The easiest way to find duplicates is to search for URLs of the same
site you are having trouble with (e.g. http://slashdot.org/)
*** This bug has been marked as a duplicate of 39209 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 16•25 years ago
|
||
That's what I thought, but wasn't sure (see earlier comment). Thanks jwb.
Verifying dupe.
As to http://kontek.net/, that's a weird interaction between a <br clear="all">
and a <table width="100%" align="left">, with reflows being triggered by the two
animated gifs. Any idea which bug that might be? (Have a testcase)
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•