Closed
Bug 15426
Opened 25 years ago
Closed 18 years ago
[PP] Mac OS: drag-selecting out of textbox yields Win32ish behavior
Categories
(Core :: DOM: Selection, defect, P3)
Tracking
()
People
(Reporter: yossioren, Assigned: mjudge)
Details
In the PC, when you drag-select in a single-line textbox,
then move the mouse below the textbox, it selects up to the char parallel
to the horizontal part of the mouse position. When you press shift-down, it
extends the selection by one character.
In the Mac (as I recall - no Mac nearby), when you drag-select and move
the mouse below the window, it extends the selection up to the end of the line. Same thing with
shift-down.
In the Moz UI widgets, neither of the above happens. The selection just
freezes where the mouse was last seen inside the window.
Updated•25 years ago
|
Assignee: trudelle → mjudge
Component: XP Toolkit/Widgets → Selection
QA Contact: claudius → elig
Comment 1•25 years ago
|
||
making wholesale changes to component, QA, and owner. Pass it back if I'm wrong.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
I think the way it is now is better for selecting. it will not mess up the
scrolling in a text widget that may require it. it provides more leniancy for
selection.
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: WONTFIX → LATER
Comment 3•25 years ago
|
||
In principal, I agree with yossioren's comments.
Currently, we're implementing (cross-platform) the behavior that he notes as
being the Windows behavior, both on Mac OS and Windows.
Mike, I'm going to re-open this as Resolved/Later, in the event that it may
be practical in a future version to adopt the platform-specific conventions that
users on each platform will prefer.
Of course, please re-open if this altered resolution is not to your
satisfaction. Thank you!
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Summary: moving mouse out of textbox when drag-selecting doesn't extend the selection → [PP] Mac OS: drag-selecting out of textbox yields Win32ish behavior
Comment 4•25 years ago
|
||
Adam, as far as I can tell this bug report is about the same thing as bug 19191,
"[Mac] Text selection not per HIG (not selecting entire line)", FIXED.
Is that correct?
Comment 5•25 years ago
|
||
Yes, this appears to be the same bug. It is supposedly already fixed, although in
one of the recent builds it broke again. I guess we can take that up there.
- Adam
Comment 6•22 years ago
|
||
LATER is deprecated per bug 35839.
Status: VERIFIED → REOPENED
Resolution: LATER → ---
Comment 7•18 years ago
|
||
*** This bug has been marked as a duplicate of 19191 ***
Status: REOPENED → RESOLVED
Closed: 25 years ago → 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•