Closed
Bug 93192
Opened 23 years ago
Closed 23 years ago
Typing LEFT-ARROW at beginning of INPUT wraps around to end
Categories
(Core :: Layout: Form Controls, defect, P4)
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: MatsPalmgren_bugz, Assigned: mjudge)
References
Details
(Keywords: testcase, Whiteboard: EDITORBASE+[ADT2])
Attachments
(3 files)
(deleted),
text/html
|
Details | |
(deleted),
text/html
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review |
DESCRIPTION:
Typing LEFT-ARROW at beginning of INPUT wraps around to end.
STEPS TO REPRODUCE:
1. Load attached testcase (wich has further instructions.)
DOES NOT WORK CORRECTLY ON:
Mozilla nightly build 2001-08-01-03 on Windows 98 SE.
WORKS CORRECTLY ON:
Communicator 4.7 on Windows 98 SE.
IE 5.00 on Windows 98 SE.
Reporter | ||
Comment 1•23 years ago
|
||
Updated•23 years ago
|
Assignee: rods → beppe
Component: HTML Form Controls → Editor
QA Contact: madhur → sujay
Comment 2•23 years ago
|
||
-->editor
Comment 3•23 years ago
|
||
mjudge, 1.o
Assignee: beppe → mjudge
Priority: -- → P4
Target Milestone: --- → mozilla1.0
Comment 4•23 years ago
|
||
win2k build iD: 2001-09-28-05-0.9.4
macOS 10 -- build ID : 2001-09-28-04-0.9.4
RedHat Linux 7.1 -- build ID: 2001-09-28-04-0.9.4
The left arrow loops within the input text control when I do not have the 'size'
attribute set and it is outside a table cell.
see the attached testcase.
--> HTML Form Control?
changing platform to --> all
OS: Windows 98 → All
Comment 5•23 years ago
|
||
Comment 6•23 years ago
|
||
BuildID: 2001-10-17 (branch build)
with the above mentioned testcase :
1. if <input type=text> has a size attribute set and is outside a table cell --
in win2000 & linux 7.1 ==> ctrl + left arrow loops within the control
in macOSX ==> alt + left arrow loops within the control
I noticed that left arrow does not loop within the control in this case.
2. if <input type=text> has no size attribute set and is outside a table cell --
in win2000 & linux 7.1 ==> ctrl + left arrow loops within the control ; left
arrow also loops within the control
in macOSX ==> alt + left arrow loops within the control ; left arrow also loops
within the control
Component: Editor: Core → HTML Form Controls
QA Contact: sujay → madhur
Comment 8•23 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 9•23 years ago
|
||
This is a major issue and is still happening with build 2002020103, adding
keyword nsbeta1
Keywords: nsbeta1
Comment 11•23 years ago
|
||
*** Bug 124172 has been marked as a duplicate of this bug. ***
Updated•23 years ago
|
Comment 13•23 years ago
|
||
Note that there is a fix by Shotaro Kamio in the bug 82151 which fixes this as well.
The fix needs r/sr/a
Assignee | ||
Comment 14•23 years ago
|
||
I have changed the patch slightly. This change will allow the leaf iterator to
not ALWAYS stop at scroll frames. One reason would be for scrollable table
cells where you want to be able to arrow out of the cell. I added a parameter
to the PeekOffsetStruct that gets passed to the NS_NewFrameIterator call.
Status: NEW → ASSIGNED
Comment 15•23 years ago
|
||
mjudge, would you tell me what should I do or not in my patch for Bug 82151?
Comment 16•23 years ago
|
||
Is this really a Minor/P4 bug? If so, is this really an ADT1. ADT2 per ADT triage.
Keywords: 4xp
Whiteboard: EDITORBASE+[adt1] → EDITORBASE+[ADT2]
Assignee | ||
Comment 17•23 years ago
|
||
this allows us to decide when to stop traversing the frame tree if a scroll
view is hit.
Assignee | ||
Comment 18•23 years ago
|
||
marked as fixed branch and trunk
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 20•23 years ago
|
||
Verified on the 05-07 trunk and 1.0.0 branch builds.
Status: RESOLVED → VERIFIED
Keywords: verified1.0.0
Comment 21•23 years ago
|
||
removing item for this bug from the release notes since the bug is marked
fixed. If this is in error, please make a note in the release notes bug for
the current milestone. As of today, this is bug 133795. In a ew weeks, it
will be some other bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•