Closed
Bug 684829
Opened 14 years ago
Closed 2 years ago
Up/Down arrows goes to top/bottom of textarea whose parent has -moz-user-select: none
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1774697
People
(Reporter: janhenrike, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.854.0 Safari/535.2
Steps to reproduce:
<style type="text/css">
div {
-moz-user-select:none;
}
textarea {
-moz-user-select:normal;
}
</style>
<div id="hiddendiv"><textarea></textarea></div>
Type in some text over multiple lines.
Press up/down arrow.
Actual results:
Cursor jumps to top/bottom of whole text (as if i pressed ctrl+home/end).
Expected results:
Cursor should only have moved one line in the direction of the arrow i pressed.
Comment 1•14 years ago
|
||
Confirmed against Mozilla/5.0 (Windows NT 5.1; rv:9.0a1) Gecko/20110906 Firefox/9.0a1 ID:20110906030844
Comment 2•14 years ago
|
||
| Reporter | ||
Comment 3•12 years ago
|
||
Comment on attachment 558647 [details]
Reporter's Testcase
In the latest version the original test case worked, but I did some testing and setting -moz-user-select: none on the textarea made the problem re-appear.
<style type="text/css">
div {
-moz-user-select:none;
}
textarea {
-moz-user-select:none;
}
</style>
<div id="hiddendiv"><textarea></textarea></div>
| Reporter | ||
Comment 4•11 years ago
|
||
Can someone please confirm this, and possibly assign it or something?
Flags: needinfo?
| Reporter | ||
Comment 5•11 years ago
|
||
This is still an issue in 32.0.2.
Again, can this be confirmed and properly assigned?
Flags: needinfo?
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Component: General → Layout
Duplicate of bug: 1774697
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•