Closed
Bug 224416
Opened 22 years ago
Closed 22 years ago
port fix for bug 120148 to firebird (tabs don't remember which element [frame, textfield, etc] was focused when switching tabs)
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
VERIFIED
FIXED
Firebird0.8
People
(Reporter: wlevine, Assigned: bugzilla)
Details
Attachments
(1 file, 1 obsolete file)
3.51 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031030
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031030
firebird doesn't remember where the focus on a page after switching tabs.
Reproducible: Always
Steps to Reproduce:
1. go to website with a form
2. select an form element
3. go to another tab
4. come back to original tab
Actual Results:
the form element that was selected does not have focus
Expected Results:
it should
mozilla/toolkit/content/widgets/
Reporter | ||
Comment 1•22 years ago
|
||
this fixes it
Reporter | ||
Updated•22 years ago
|
Attachment #134624 -
Flags: review?(p_ch)
Comment 2•22 years ago
|
||
I can confirm that patch 134624 applied to current Firebird CVS works. All the
tests that I was asked in bug 120148 (comments 63-68) were positive on my
patched Firebird.
The only caveat is that Bug 225207 (a Seamonkey regression caused by Bug 120148)
also appears in Firebird when this patch is used.
![]() |
||
Comment 3•22 years ago
|
||
bug has patch. Setting blocking-flag?
Flags: blocking0.8?
QA Contact: bugzilla
Reporter | ||
Comment 4•22 years ago
|
||
Attachment #134624 -
Attachment is obsolete: true
![]() |
||
Comment 5•22 years ago
|
||
-> 0.8
Flags: blocking0.8? → blocking0.8+
Target Milestone: --- → Firebird0.8
![]() |
||
Comment 6•22 years ago
|
||
Patch checked in. Thanks Will!
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 7•22 years ago
|
||
Comment on attachment 134624 [details] [diff] [review]
port of the fix from bug 120148
removing review request from obsolete patch.
Attachment #134624 -
Flags: review?(p_ch)
![]() |
||
Comment 8•22 years ago
|
||
Does this fix also make Firebird remember which link it was on? Or is this for
form elements only?
![]() |
||
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
QA Contact: bugzilla → general
You need to log in
before you can comment on or make changes to this bug.
Description
•