Closed
Bug 214343
Opened 22 years ago
Closed 22 years ago
[FIX]Selection missing pieces and does not cancel properly
Categories
(Core :: DOM: Selection, defect, P1)
Core
DOM: Selection
Tracking
()
RESOLVED
FIXED
mozilla1.5beta
People
(Reporter: benjamin, Assigned: bzbarsky)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.14 KB,
patch
|
caillon
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Selection is mostly broken today... I frequently get pieces of a selection
missing; single-clicking doesn't cancel a selection, etc.
This is a recent regression, works 2003072813 and doesn't work 2003072914.
The checkin I'm fingering is
07/28/2003 13:45 bzbarsky%mit.edu mozilla/ layout/ html/ base/ src/
nsTextFrame.cpp 1.431 2/5 Tabbing through textfields should repaint
instead of leaving them looking
selected. Bug 214115, r=brade, sr=dbaron
I'll back this out in my local tree tonight, if someone else doesn't get to it
sooner.
Comment 1•22 years ago
|
||
Backing out bug 214115 does not seem to affect the bug.
Here are some more detailed steps to reproduce: In the previous comment, click
in the word "selected" just before the link to Bug 214115, and drag through the
link to "r=brade".
While the mouse is over the link, there are two selected areas: from the
beginning of the comment to the place where you clicked and from the mouse
location to the end of the link.
Once the mouse is past the link, the link itself is not selected but the text
before and after it are.
![]() |
Assignee | |
Comment 2•22 years ago
|
||
The blame is me, just for my other checkin. ;)
Comment 3•22 years ago
|
||
Comment on attachment 128820 [details] [diff] [review]
patch
Yes, this fixes the problems I was seeing.
Comment 4•22 years ago
|
||
Comment on attachment 128820 [details] [diff] [review]
patch
:-)
Attachment #128820 -
Flags: review+
![]() |
Assignee | |
Comment 5•22 years ago
|
||
*** Bug 214363 has been marked as a duplicate of this bug. ***
![]() |
Assignee | |
Updated•22 years ago
|
OS: Windows 2000 → All
Priority: -- → P1
Hardware: PC → All
Summary: Selection mising pieces and does not cancel properly → [FIX]Selection mising pieces and does not cancel properly
Target Milestone: --- → mozilla1.5beta
![]() |
Assignee | |
Comment 6•22 years ago
|
||
Comment on attachment 128820 [details] [diff] [review]
patch
jst, could you please sr? Just fixing a screw-up from the deCOM patch....
Attachment #128820 -
Flags: superreview?(jst)
Comment 7•22 years ago
|
||
Comment on attachment 128820 [details] [diff] [review]
patch
sr=jst
Attachment #128820 -
Flags: superreview?(jst) → superreview+
![]() |
Assignee | |
Comment 8•22 years ago
|
||
Fixed
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Summary: [FIX]Selection mising pieces and does not cancel properly → [FIX]Selection missing pieces and does not cancel properly
Comment 9•22 years ago
|
||
*** Bug 214560 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•