Closed
Bug 64450
Opened 24 years ago
Closed 22 years ago
invisible insertion point at google's advanced search
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
Future
People
(Reporter: jruderman, Assigned: mjudge)
References
()
Details
(Keywords: helpwanted, Whiteboard: [caret])
Attachments
(1 file)
(deleted),
text/html
|
Details |
1. Go to http://www.google.com/advanced_search.
2. Press a letter key.
Notice that the first textbox on the page has focus, but the insertion point
isn't visible. In IE and Nav4, the textbox has focus and you can see the
insertion point.
Reporter | ||
Updated•24 years ago
|
Blocks: focusblink
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
Hmm, ie doesn't give focus at all for that testcase. (ns4 does, though.)
Comment 4•24 years ago
|
||
handing over to jfrancis
Assignee: beppe → jfrancis
Severity: normal → minor
Priority: -- → P4
Updated•24 years ago
|
Assignee: jfrancis → sfraser
Comment 5•24 years ago
|
||
simon, sounds like event woes...
hmmm, this one is wierd. Focus is definitely in the field, but why isn't the
caret being drawn? I will investigate this further, and will once again, cc
Saari on this one.
anthonyd
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
moving to mozilla 0.9.1
Target Milestone: mozilla0.9 → mozilla0.9.1
Comment 10•24 years ago
|
||
move to mozilla0.9.2
Keywords: helpwanted
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Comment 11•23 years ago
|
||
this is still an issue using the build from 2001052020, the only way I can get
the caret to render in the 1st textbox is to go to the next textbox and
shift+tab back to it, clicking in the textbox doesn't do it, moving to 1.0
Whiteboard: [caret]
Target Milestone: mozilla0.9.2 → mozilla1.0
Comment 12•23 years ago
|
||
For me the carret is invisible only the first time you click into the field.
After you click on another field and click back I can see it. This is on build
2001-05-22-06-trunk. Also in the testcase the table, which at first has some
space under the text field shrinks once you start typing in the field.
Reporter | ||
Comment 13•23 years ago
|
||
> For me the carret is invisible only the first time you click into the field.
Since a script on the page does a textbox.focus(), you don't have to click in
the field to reproduce this bug. The insertion point is already in the field,
and characters typed do go into the field. (Note that the script that focuses
the textbox is inline rather than onload.)
Comment 14•23 years ago
|
||
*** Bug 89378 has been marked as a duplicate of this bug. ***
Comment 15•23 years ago
|
||
this is still occuring on window2000 build - 20010719
Comment 16•23 years ago
|
||
in the attached testcase, if you move </td></tr></table> back inside of the
<form></form> in a more proper nested fashion, it works. Neat.
Comment 18•23 years ago
|
||
--> mjudge (caret/selection)
Assignee: kin → mjudge
Blocks: 108194
Priority: P4 → --
Whiteboard: [caret] → [caret][EDITORBASE]
Target Milestone: mozilla1.0 → mozilla0.9.5
Comment 19•23 years ago
|
||
Is this bug representative of a large class of sites that are broken? If the
only place we see this is on that one page, then I question the EDITORBASE
nomination. Perhaps a very small evangelism effort would fix the specific
problem on that page given what saari discovered.
Comment 20•23 years ago
|
||
I'd think that only sites with improper tag nesting would be broken since the
syntactically correct html works fine.
Comment 21•23 years ago
|
||
looks to me like it occurs on sites which use the javascript focus() method.
Comment 22•23 years ago
|
||
no, there are many sites that use js focus just fine. It is something more
specific than that. As I noted, this case can be fixed by proper tag nesting.
Comment 23•23 years ago
|
||
Problem occurs on Mac OS 8.6, 9.0.4, 9.1, and X. Using build id 2001112608.
Assignee | ||
Comment 24•23 years ago
|
||
marking this future. this is a table embedding wierd tag case. If this must be
requalified give it to someone in tables.
Status: NEW → ASSIGNED
Whiteboard: [caret][EDITORBASE] → [caret]
Target Milestone: --- → Future
Comment 25•23 years ago
|
||
Changing platform and OS to all / all per comment 23.
OS: Windows 98 → All
Hardware: PC → All
Comment 26•23 years ago
|
||
*** Bug 120852 has been marked as a duplicate of this bug. ***
Comment 27•23 years ago
|
||
*** Bug 130707 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 28•22 years ago
|
||
*** Bug 151524 has been marked as a duplicate of this bug. ***
Comment 29•22 years ago
|
||
According to bug 51897 comment 14, this was fixed in bug 90756.
*** This bug has been marked as a duplicate of 90756 ***
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 31•21 years ago
|
||
Acting on Duplicate resolution from bug 64450 comment 29:
*Moving 'Blocks: bug 64451' from bug 64450 to bug 90756.
(Take further action as needed.)
No longer blocks: focusblink
You need to log in
before you can comment on or make changes to this bug.
Description
•