Open
Bug 262521
Opened 21 years ago
Updated 3 years ago
Text area caret appears where it shouldn't and/or doesn't blink with animated gif on page
Categories
(Core :: DOM: Selection, defect)
Core
DOM: Selection
Tracking
()
NEW
People
(Reporter: brian, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(4 files)
On a long page with a text area at the bottom (e.g. a forum page), clicking in
the text of the page towards the bottom (near but not in the text area) will
cause a blinking caret to appear at that point.
typing causes text to appear in the text area.
typing in the text area seems to fix the problem for the given page.
Comment 1•21 years ago
|
||
Caret issues are Selection bugs.
Assignee: nobody → selection
Component: Layout → Selection
QA Contact: core.layout
![]() |
||
Comment 2•21 years ago
|
||
Worksforme with a current Linux trunk build. Reporter, could you please test a
trunk build?
Sorry, I'm not set up to test on trunk builds, but I've added an attachment
showing exactly how to reproduce the bug.
In the image, clicking where the red oval is, results in the caret appearing
where shown, under the word 'mexi'.
Hope that helps.
![]() |
||
Comment 4•21 years ago
|
||
Getting that page (with the first 100 posts listed, not the first 25) seems to
require a login...
I've attached the source of the page that causes the bug.
Note that it only seems to occur on the first load of the page. Sometimes it
starts behaving correctly, ut closing the browser and restarting always makes
the bug reappear.
![]() |
||
Comment 6•21 years ago
|
||
Hmm... Still can't reproduce with a current Linux build. We really need a
minimal testcase here. :(
Keywords: qawanted
Comment 7•20 years ago
|
||
Comment 8•20 years ago
|
||
Follow the instructions on the testcase to reproduce the bug.
Notice that the gif has to actually animate in order for the bug to appear
(pressing ESC fixes it).
Reproduced with:
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20051004
Firefox/1.6a1
Updated•20 years ago
|
Reporter | ||
Comment 10•20 years ago
|
||
This does not seem like a duplicate of bug 54153, although it may involve some
of the same problems.
The text area caret appears in the completely wrong location, rather than just
blinking incorrectly, which seems to indicate more extensive issues involving
determining the text area bounds and accepting mouse input.
Comment 11•19 years ago
|
||
I can't really reprocude this bug, but I have a strong suspision this could be fixed by bug 287813.
Reporter, could you perhaps test again with a 2006-04-18 trunk build or later?
Depends on: 287813
Reporter | ||
Comment 12•19 years ago
|
||
I'm really not set up to test off the trunk.
I can only confirm seeing this bug with the most recent release: firefox1.5.0.2
Updated•16 years ago
|
Assignee: selection → nobody
QA Contact: selection
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•