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)

x86
Linux
defect
Not set
major

Tracking

()

RESOLVED FIXED

People

(Reporter: nian.liu, Assigned: nian.liu)

References

Details

(Keywords: access)

Attachments

(2 files, 2 obsolete files)

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
only for right arrow. root cause is that frame of corner is default moz-selected
Status: NEW → ASSIGNED
Attached patch patch (obsolete) — Splinter Review
pls. bypass jdstheme since it's for sun only
Attachment #160449 - Flags: review?(aaronleventhal)
Attachment #160449 - Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #160449 - Flags: review?(aaronleventhal)
Attachment #160449 - Flags: review+
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-
Attached patch patch v2 (obsolete) — Splinter Review
modification according to neil's suggestion
Attachment #160449 - Attachment is obsolete: true
Attachment #161728 - Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #161728 - Flags: review?(aaronleventhal)
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+
Attachment #161728 - Flags: review?(aaronleventhal) → review+
Attached patch final patchSplinter Review
Attachment #161728 - Attachment is obsolete: true
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Blocks: caretnav
Keywords: access, sec508
Attachment #167933 - Flags: review?(mconnor) → review+
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)
Component: Keyboard: Navigation → User events and focus handling
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: