Closed
Bug 250764
Opened 21 years ago
Closed 21 years ago
mouseclicks ignored in textarea with tabindex
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 250692
People
(Reporter: johnleemk, Assigned: bugs)
References
()
Details
Attachments
(1 file)
401 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a2) Gecko/20040710 Firefox/0.9.0+ (johnleemk)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a2) Gecko/20040710 Firefox/0.9.0+ (johnleemk)
In the page linked, when clicking on the textarea, it is impossible to move the
caret with the mouse - if you click on the textarea, nothing visible happens.
Then when using the arrow keys, you find out that the caret is at the very end
of the textarea, and it is impossible to move the caret with the mouse.
Reproducible: Always
Steps to Reproduce:
1. Click on the textarea.
Actual Results:
The caret was at the very end of the textarea and unmovable with a mouse.
Expected Results:
The caret should have been where the click was done and should have been able to
be moved elsewhere with the mouse instead of the arrow keys.
I have been seeing this bug since 20040708, when I upgraded from 20040620. Also,
until bug #250208 was fixed, a fuzzy line was visible around any textarea that
was selected (may be unrelated).
I should also note that it is impossible to select text within the textarea.
Component: Web Site → General
Summary: caret unmovable by mouse on Wikipedia → caret unmovable by mouse and text unselectable on Wikipedia textarea
(In reply to comment #0)
I don't have this problem on UA:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040709 Firefox/0.9.0+
(lokean SVG-enabled)
Is it a problem with my build config? I haven't made any changes in my mozconfig
since compiling 20040620. The only difference is I upgraded Slackware within
that time.
about:buildconfig says:
Configure arguments
--disable-ldap --disable-mailnews
--enable-extensions=cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,typeaheadfind,webservices,inspector,irc,gnomevfs
--enable-crypto --disable-composer --disable-profilesharing --disable-debug
--disable-tests --enable-optimize=-O2 --enable-svg --enable-svg-renderer-libart
--enable-xft --enable-default-toolkit=gtk2 --disable-shared --enable-static
I'm perplexed, even more so since I realised that this happens on Mozillazine's
forums too - the quick reply works fine, but the same problem occurs when
posting a new topic/reply or editing a post, which occurs on a page separate
from the thread.
I have this problem with a 20040712 Windows build. Seems like the problem must
have cropped up on the 10th.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Summary: caret unmovable by mouse and text unselectable on Wikipedia textarea → mouseclicks ignored in textarea with tabindex
Also verified in downloaded 20040711 Windows nightly builds of Firefox and the
Suite. I'm switching Product to Browser and nominating for blocking the imminent
1.8a2. About the blocking nomination: note that forms with tabindex attributes
seem to be fairly common.
Component: General → Event Handling
Product: Firefox → Browser
Version: unspecified → Trunk
*** Bug 251141 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of 250692 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Flags: blocking1.8a2?
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•