Closed
Bug 303998
Opened 19 years ago
Closed 19 years ago
home page location(s) input field scroll doesn't work properly on long url's
Categories
(Firefox :: Settings UI, defect, P2)
Tracking
()
RESOLVED
FIXED
Firefox1.5
People
(Reporter: bugs, Assigned: asaf)
References
Details
(Keywords: fixed1.8, regression)
Attachments
(1 file)
1.20 KB,
patch
|
mconnor
:
review+
asa
:
approval1.8b5+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+
In Options => General => Home Page => Location(s) the input field doesn't scoll
typing a long URL into it (you always see the head, not the tail).
Reproducible: Always
Steps to Reproduce:
1. Go to Options => General => Home Page => Location(s)
2. Type (for example):
http://www.google.ch/firefox?client=firefox-a&rls=org.mozilla:ch-DE:official
Actual Results:
the input field don't scroll to the tail
Expected Results:
the field should scroll to the tail to see the last few letters
Reporter | ||
Comment 1•19 years ago
|
||
It seems all the text input fields in the new options menu have this problem
(except for new popups like "Allowed Sites")
Comment 2•19 years ago
|
||
When pasting something, it works, but as soon as you start typing it scrolls
back to the beginning.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•19 years ago
|
||
Works in 2005-06-30 build, fails in 2005-07-01 build, most likely a regression
from fixing bug 286182.
Updated•19 years ago
|
Keywords: regression
Comment 4•19 years ago
|
||
It seems like this code somehow triggers this bug, I guess:
http://lxr.mozilla.org/seamonkey/source/toolkit/content/widgets/preferences.xml#1057
Reporter | ||
Updated•19 years ago
|
Flags: blocking1.8b5?
Reporter | ||
Updated•19 years ago
|
Product: Toolkit → Firefox
Comment 5•19 years ago
|
||
Asaf and ben, can you look at this? I'd assume that this is one of the most
commonly used prefs and to have it regressed from 1.0 would be bad.
Assignee | ||
Comment 6•19 years ago
|
||
This is kinda hacky, but i'm out of better ideas here.
Assignee | ||
Updated•19 years ago
|
Priority: -- → P2
Target Milestone: --- → Firefox1.5
Updated•19 years ago
|
Attachment #196104 -
Flags: review?(mconnor) → review+
Assignee | ||
Updated•19 years ago
|
Attachment #196104 -
Flags: approval1.8b5?
Assignee | ||
Comment 7•19 years ago
|
||
Checking in preferences.xml;
/cvsroot/mozilla/toolkit/content/widgets/preferences.xml,v <-- preferences.xml
new revision: 1.35; previous revision: 1.34
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Summary: home page location(s) input field scroll don't work properly on long url's → home page location(s) input field scroll doesn't work properly on long url's
Updated•19 years ago
|
Flags: blocking1.8b5? → blocking1.8b5+
Updated•19 years ago
|
Attachment #196104 -
Flags: approval1.8b5? → approval1.8b5+
Assignee | ||
Comment 8•19 years ago
|
||
Checking in preferences.xml;
/cvsroot/mozilla/toolkit/content/widgets/preferences.xml,v <-- preferences.xml
new revision: 1.31.2.2; previous revision: 1.31.2.1
done
Keywords: fixed1.8
Comment 9•19 years ago
|
||
*** Bug 302361 has been marked as a duplicate of this bug. ***
Comment 10•19 years ago
|
||
*** Bug 307689 has been marked as a duplicate of this bug. ***
Comment 11•19 years ago
|
||
*** Bug 308288 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
•