Closed
Bug 607108
Opened 14 years ago
Closed 14 years ago
focus group name field after creating new group
Categories
(Firefox Graveyard :: Panorama, defect, P4)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 7
People
(Reporter: luis, Assigned: ttaubert)
References
Details
Attachments
(1 file, 2 obsolete files)
8.35 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
When I create a 'new folder' in finder or other file managers, the folder name field is immediately focused so that I can type the new folder's name.
I have the same expectation when creating a new group, but instead I get search.
Current behavior:
1) click and drag to create new tab group
2) type 'foo' to name the group, hit enter
3) get told there are no search results for foo.
Expected behavior:
1) click and drag to create new tab group
2) type 'foo' to name the group, hit enter
3) the group is now named 'foo'
Would be nice for this to Just Work. :)
Comment 1•14 years ago
|
||
That certainly seems like the sort of behavior we want! Adding it to the b9 (fit n' finish beta) list so we can discuss it more when we get there.
Updated•14 years ago
|
Priority: -- → P4
Assignee | ||
Updated•14 years ago
|
Assignee | ||
Updated•14 years ago
|
Hardware: x86 → All
Target Milestone: Future → ---
Assignee | ||
Comment 5•14 years ago
|
||
@Alex: the patch focuses the title input field when using mouse drag to create a new tab group. Shall we also focus the input field when creating a group via dragging a tabItem onto an orphan tab? Without the orphan tab concept we would immediately create a new group when dragging a tab out of its group.
I don't feel like it's the right thing to focus the input field when not explicitly creating a new group but it's up to you :)
Attachment #537601 -
Flags: feedback?(raymond)
Comment 6•14 years ago
|
||
Comment on attachment 537601 [details] [diff] [review]
patch v1
+ if (options.focusTitle)
+ this.focusTitle();
+
Nit: Please add a comment about options.focusTitle to the method input variable options.
Attachment #537601 -
Flags: feedback?(raymond) → feedback+
Assignee | ||
Comment 7•14 years ago
|
||
Comment on attachment 537601 [details] [diff] [review]
patch v1
Passed try:
http://tbpl.mozilla.org/?tree=Try&pusher=tim.taubert@gmx.de&rev=1ef959a9e308
Assignee | ||
Comment 8•14 years ago
|
||
Attachment #537601 -
Attachment is obsolete: true
Attachment #537755 -
Flags: review?(ehsan)
Updated•14 years ago
|
Attachment #537755 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 9•14 years ago
|
||
Whiteboard: [inbound]
Assignee | ||
Comment 11•14 years ago
|
||
Extended patch (and test) to auto-focus the title field when creating a new group by dragging a tab onto an orphan tab (as requested by Limi).
Attachment #537755 -
Attachment is obsolete: true
Attachment #538527 -
Flags: review?(ehsan)
Comment 12•14 years ago
|
||
Do we know what was wrong with the original patch which caused this to be backed out?
Assignee | ||
Comment 13•14 years ago
|
||
(In reply to comment #12)
> Do we know what was wrong with the original patch which caused this to be
> backed out?
I relanded all other patches except bug 633190 - that was actually causing this intermittent orange. So this patch should be safe.
Assignee | ||
Comment 14•14 years ago
|
||
Comment on attachment 538527 [details] [diff] [review]
patch v3
Passed try:
http://tbpl.mozilla.org/?tree=Try&pusher=tim.taubert@gmx.de&rev=3b0da64388be
Updated•14 years ago
|
Attachment #538527 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 15•14 years ago
|
||
Whiteboard: [inbound]
Assignee | ||
Comment 16•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → Firefox 7
Comment 17•14 years ago
|
||
Mozilla/5.0 (X11; Linux i686; rv:7.0a1) Gecko/20110615 Firefox/7.0a1
Verified issue on Ubuntu 11.04 x86, Mac OS X 10.6, Win 7 x86, WinXP using the steps from the Description.
Issue no longer present - changing status to Verified.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•