Closed
Bug 411514
Opened 17 years ago
Closed 14 years ago
Clicking close button of non-active tab makes textfield lose focus
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: smichaud, Unassigned)
References
(Blocks 1 open bug, )
Details
Clicking close button of non-active tab makes textfield lose focus
Steps to reproduce:
1) Open at least two tabs in a browser window, at least one of which
has a text-input field (e.g. this bug's URL).
2) Make active one of the tabs with a text-input field, and click in
that field to give it the focus.
3) Click on the close button of one of the non-active tabs (either a
left-click or a right-click will do).
If you left-click the tab whose close button you clicked will
close. If you right-click a context menu will appear.
But in either case the active tab's text-input field will no longer
have the focus.
As best I can tell, this bug happens on all platforms, on both the
trunk and the 1.8 branch. I tested on Windows XP, Linux and OS X.
Testing on the trunk on OS X is made more difficult by other focus
bugs (notably bug 403232).
Comment 1•17 years ago
|
||
So this is not a regression?
Reporter | ||
Comment 2•17 years ago
|
||
It's not a regression from the 1.8 branch (which has the same
problem).
Comment 3•17 years ago
|
||
Regression window is http://bonsai.mozilla.org/cvsquery.cgi?module=PhoenixTinderbox&date=explicit&mindate=2006-08-12+08%3A00&maxdate=2006-08-12+15%3A00
Appears to be caused by bug 348362, and that would explain why you can also see it in 1.8 branch.
Blocks: 348362
Updated•17 years ago
|
Version: unspecified → Trunk
Updated•14 years ago
|
Blocks: cuts-focus
Comment 4•14 years ago
|
||
This does not occur for me (in FF 3.6.3) on Mac OS X: both <input type="text"/> and <textarea></textarea> retain focus when a background tab is closed.
Comment 5•14 years ago
|
||
WFM on:
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a6pre) Gecko/20100615 Minefield/3.7a6pre
Comment 6•14 years ago
|
||
wfm on xp:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a6pre) Gecko/20100616 Minefield/3.7a6pre ( .NET CLR 3.5.30729)
Whiteboard: ,,
Updated•14 years ago
|
Whiteboard: ,,
Comment 7•14 years ago
|
||
[Sorry to be repetitious; I'm new to this and apparently wasn't specific enough:]
WFM on:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
WFM on Linux. I think that's enough WFMs to resolve the bug.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•