Closed
Bug 260667
Opened 20 years ago
Closed 20 years ago
in caret browse mode, can't move out of textarea
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: nian.liu, Assigned: nian.liu)
References
Details
(Keywords: access)
Attachments
(2 files, 2 obsolete files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
1.move from a text into a textarea
2.try to move out textarea with arrow key
expected result: caret can be moved out
actural result: caret can't be moved out
Assignee | ||
Comment 1•20 years ago
|
||
only for right arrow. root cause is that frame of corner is default moz-selected
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•20 years ago
|
||
pls. bypass jdstheme since it's for sun only
Assignee | ||
Updated•20 years ago
|
Attachment #160449 -
Flags: review?(aaronleventhal)
Updated•20 years ago
|
Attachment #160449 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #160449 -
Flags: review?(aaronleventhal)
Attachment #160449 -
Flags: review+
Comment 3•20 years ago
|
||
Comment on attachment 160449 [details] [diff] [review]
patch
Good catch, but this belongs in xul.css with the rest of the scrollbar pieces.
Attachment #160449 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview-
Assignee | ||
Comment 4•20 years ago
|
||
modification according to neil's suggestion
Attachment #160449 -
Attachment is obsolete: true
Assignee | ||
Updated•20 years ago
|
Attachment #161728 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #161728 -
Flags: review?(aaronleventhal)
Comment 5•20 years ago
|
||
Comment on attachment 161728 [details] [diff] [review]
patch v2
>+scrollcorner {
>+ -moz-user-select: none;
>+}
>+
> thumb
> {
> -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#thumb);
> }
>
> scrollbar, scrollbarbutton, slider, thumb {
> -moz-user-select: none;
> }
Better still, just add it to this existing rule. sr=me if you do that.
Attachment #161728 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
Updated•20 years ago
|
Attachment #161728 -
Flags: review?(aaronleventhal) → review+
Assignee | ||
Comment 6•20 years ago
|
||
Attachment #161728 -
Attachment is obsolete: true
Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 7•20 years ago
|
||
Updated•20 years ago
|
Attachment #167933 -
Flags: review?(mconnor)
Updated•20 years ago
|
Attachment #167933 -
Flags: review?(mconnor) → review+
Comment 8•20 years ago
|
||
Comment on attachment 167933 [details] [diff] [review]
port to toolkit (checked in)
toolkit port checked in
Attachment #167933 -
Attachment description: port to toolkit → port to toolkit (checked in)
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•