Closed
Bug 9132
Opened 25 years ago
Closed 25 years ago
[PP] On URL text field update, cursor moves to beginning of field
Categories
(Core :: Layout: Form Controls, defect, P2)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: elig, Assigned: buster)
Details
* TITLE/SUMMARY
[PP] On URL text field update, cursor moves to beginning of field
* STEPS TO REPRODUCE
0) Launch Apprunner
1) Type a URL (say, www.mozilla.org), and press return
2) After the page has finished drawing, append "foo" to the URL, and press
return.
* RESULT
- What happened
After step #1, the cursor relocates from the end of the text field to the
beginning of the text field when the text field is updated (from www.mozilla.org
to http://www.mozilla.org/)
After step #2, the cursor relocates (as in step #1) upon pressing return
- What was expected
Behavior consistent with other platforms; text cursor shouldn't relocate itself
unexpectedly.
* REGRESSION
- Occurs On
Win32 Apprunner (7.1.99 AM optimized build [NT 4, Service Pack 3])
- Doesn't Occur On
Linux, Mac OS Apprunner (7.1.99 AM optimized build)
(Chris Pratt couldn't reproduce on Win98, either.)
* CONFIGURATIONS TESTED
- [Mac] Power Mac 8500/120 (233 Mhz 604e), 64 MB RAM (VM on; 1 MB of VM used),
1024x768 (Thousands of Colors), Mac OS 8.6
- [Win32] Vectra VL (233 Mhz P2), 96 MB RAM, 800x600 (True Color), NT 4.0 SP3.
- [Linux] Vectra VL (266 Mhz P2), 96 MB RAM.
Reporter | ||
Comment 1•25 years ago
|
||
[I believe this is a native widget, and XP Toolkit/Widgets is the wrong
component. However, I suspect Peter will know where this should go; the component
page didn't.]
Reporter | ||
Updated•25 years ago
|
QA Contact: phillip → elig
Reporter | ||
Comment 2•25 years ago
|
||
[QA Assigning to self, if that's okay with phillip.]
And, yes, Chris was running the same build on Win98, so, this is NT-specific.
Updated•25 years ago
|
Assignee: trudelle → don
Comment 3•25 years ago
|
||
I don't think we'll be fixing any further native text widget bugs. Reassigning
to don in case it is an XPApps problem, if not, it could go to Ender to ensure
that we don't have this problem after flipping the GFX switch.
Assignee: don → radha
Component: XP Toolkit/Widgets → XPApps
Priority: P3 → P2
Target Milestone: M11
Updated•25 years ago
|
Component: XPApps → Editor
QA Contact: elig
Comment 5•25 years ago
|
||
Changing component to Editor to make sure this doesn't happen in gfx widgets
Updated•25 years ago
|
Assignee: radha → buster
Comment 6•25 years ago
|
||
Reassigned to buster, to make sure this is taken care in gfx widgets
Status: NEW → RESOLVED
Closed: 25 years ago
Component: Editor → HTML Form Controls
Resolution: --- → WORKSFORME
with gfx text controls, I believe this works correctly on all platforms.
qa, please verify
Reporter | ||
Updated•25 years ago
|
QA Contact: elig
Reporter | ||
Comment 8•25 years ago
|
||
QA Assigning to self, as nobody had this bug.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Updated•25 years ago
|
Resolution: WORKSFORME → ---
Reporter | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 9•25 years ago
|
||
As a result of replacing the native widgets with GFX widgets, this has been
fixed.
While it was only a problem specific to native Win32 widgets, I did confirm on
all 3 platforms in current builds to be sure. (Checked Win32: 1999111014, Mac OS:
1999110913, Linux: 1999111008.)
Thus, re-opening to verify as FIXED.
You need to log in
before you can comment on or make changes to this bug.
Description
•