Closed
Bug 104225
Opened 24 years ago
Closed 24 years ago
form field text appears outside form field
Categories
(Core :: Layout, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla0.9.6
People
(Reporter: duaneisking, Assigned: eric)
References
()
Details
(Keywords: regression, Whiteboard: have fix)
Attachments
(4 files)
77.62 KB,
image/x-msbmp
|
Details | |
124 bytes,
text/html
|
Details | |
145 bytes,
text/html
|
Details | |
406 bytes,
patch
|
bryner
:
review+
attinasi
:
superreview+
|
Details | Diff | Splinter Review |
Visit http://www.fidelity.com
On the top menu, select "Quotes & Research" with the mouse.
Popdown menu appears, select "Delayed Quotes"
Note the text entry box where you type the symbol name.
The Blinking cursor appears one line up from that position
and not inside the text entry box.
I'll attach a screen shot bmp file (shortly) that shows this in action
incase you cant' see what I'm talking about or it does not occur with you.
Note I'm using a *VERY* latests build, 2001/10/10.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
reassigning.
Assignee: morse → rods
Component: Form Manager → HTML Form Controls
QA Contact: tpreston → madhur
Comment 3•24 years ago
|
||
looks just like bug 104223..
Comment 4•24 years ago
|
||
WFM w2k build 2001-10-11-10-0.9.4
I'm seeing this too in a CVS Linux build from yesterday. Confirming and changing
to OS ALL. (I've searched for a dupe of this but couldn't find anything apart
104223, if this is a dup of somenthing older you know what you have to do ;)
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
*** Bug 104223 has been marked as a duplicate of this bug. ***
With my almost null knowledge about HTML I've made a testcase for this. If you
remove the <nobr> from the file everything works fine. The brilliant minds of
#evangelism told me that: a) that <nobr> is stupid b) should have a </nobr> c)
but anyway shouldn't cause this behavior.
![]() |
||
Comment 9•24 years ago
|
||
![]() |
||
Comment 10•24 years ago
|
||
The problem is the <nobr> followed by <br>.
Oh, and my testcase has completely well-formed HTML. Just click in the input to
reproduce....
Over to layout, ccing alexsavulov who has been working on this code.
Assignee: rods → attinasi
Component: HTML Form Controls → Layout
QA Contact: madhur → petersen
Comment 11•24 years ago
|
||
*** Bug 104150 has been marked as a duplicate of this bug. ***
Comment 12•24 years ago
|
||
Accepting: this should be a blocker I think.
Severity: normal → blocker
Status: NEW → ASSIGNED
Keywords: regression
Priority: -- → P1
Target Milestone: --- → mozilla0.9.6
Comment 13•24 years ago
|
||
I find that any inline with a BR will break:
<html><body><form><b><br><input></b></form></body></html>
Comment 14•24 years ago
|
||
10-09 Mozilla nightly is fine, 10-10 is bad (trunk only). Combing checkins has
not revealed the culprit yet.
Comment 15•24 years ago
|
||
Maybe caused by kin's checkin for bug 88024?
Comment 16•24 years ago
|
||
I tried backing that out, and so did bryner, but it did not fix it. Sure looked
like a likely suspect though, eh?
Comment 17•24 years ago
|
||
I think, having a fix for this is very important since it occurs on the login
page of aol.com:
goto http://calendar.aol.com
(make sure that you're not already logged in with a screenname)
you will be redirected to
http://my.screenname.aol.com/_cqr/login/login.tmpl?siteId=calendaraolcom&GXHC_GX_cst=fc7eb075024d6167
It also occurs on the german version of the page.
http:\\kalender.aol.de
changing the URL field
Assignee | ||
Comment 18•24 years ago
|
||
Assignee | ||
Comment 19•24 years ago
|
||
Have fix need r and sr
Assignee: attinasi → evaughan
Status: ASSIGNED → NEW
Whiteboard: have fix
Comment 20•24 years ago
|
||
Comment on attachment 53195 [details] [diff] [review]
Fix.
r=bryner
Attachment #53195 -
Flags: review+
Comment 21•24 years ago
|
||
Comment on attachment 53195 [details] [diff] [review]
Fix.
sr=attinasi
Attachment #53195 -
Flags: superreview+
Comment 22•24 years ago
|
||
Just to be aggrivating, http://www.anywho.com shows this "nicely" as well.
Comment 23•24 years ago
|
||
updatig summary per request
Summary: fill in the box cursor is in the wrong place. → form field text appears outside form field
Assignee | ||
Comment 24•24 years ago
|
||
Fixed
![]() |
||
Comment 25•24 years ago
|
||
*** Bug 104317 has been marked as a duplicate of this bug. ***
Comment 26•24 years ago
|
||
*** Bug 104376 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 27•24 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
![]() |
||
Comment 28•24 years ago
|
||
*** Bug 104543 has been marked as a duplicate of this bug. ***
![]() |
||
Comment 29•24 years ago
|
||
*** Bug 106256 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•