Closed
Bug 337401
Opened 19 years ago
Closed 19 years ago
Text is written on unexpected place when pressing Ctrl+mouse-left-click on a input field that is in table cell.
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: nir123, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: regression, testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060508 Minefield/3.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060508 Minefield/3.0a1
See the upcoming testcase.
Regression range:
2006-03-15 / 2006-03-16
Reproducible: Always
Summary: Text is written on unexpected place when pressing Ctrl+click on a input field that is in table cell. → Text is written on unexpected place when pressing Ctrl+mouse-left-click on a input field that is in table cell.
Keywords: regression,
testcase
Comment 3•19 years ago
|
||
I can reproduce this on Mac (with Command instead of Ctrl).
I happen to have several builds from 2006-03-15, so I can narrow the regression date to between 2006-03-15-04 and 2006-03-15-09: http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2006-03-15+03%3A00&maxdate=2006-03-15+10%3A00&cvsroot=%2Fcvsroot
So I guess it's bug 192767 / bug 96394 again, although I can't see an immediate connection.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Comment 4•19 years ago
|
||
The root problem here might be that the caret isn't placed in the text field when ctrl-clicking it. This is an earlier regression, from bug 73373.
Blocks: 73373
Comment 5•19 years ago
|
||
I can see the bug, but not in my debug build that has table selection turned off for normal selections (patch from bug 306641).
So it seems to me that table selection collides with multiple selection here.
Depends on: 306641
Testcase wfm.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20061231 Minefield/3.0a2pre
Comment 7•19 years ago
|
||
Yeah, I can see the bug with a 2006-12-07 build, but not anymore with a 2006-12-08 build, so very likely the reflow branch landing fixed this.
Updated•18 years ago
|
Flags: in-testsuite?
Comment 8•18 years ago
|
||
This bug is still around for <textarea>. See bug 339975.
You need to log in
before you can comment on or make changes to this bug.
Description
•