Closed
Bug 597792
Opened 14 years ago
Closed 14 years ago
Use the placeholder attribute of <input> instead of hacks to set a default name for tab groups
Categories
(Firefox Graveyard :: Panorama, defect, P4)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 619440
Future
People
(Reporter: fryn, Unassigned)
References
Details
Hacks are suboptimal. HTML5 is better.
We should be using something like
<input placeholder="&tabview.groupItem.defaultName;" />
to set the default name of tab groups.
See instances of defaultName in
http://mxr.mozilla.org/mozilla-central/source/browser/base/content/tabview/groupitems.js
Updated•14 years ago
|
Assignee: nobody → seanedunn
Priority: -- → P4
Comment 1•14 years ago
|
||
Frank, do you want to take care of this?
Assignee: seanedunn → nobody
Target Milestone: --- → Future
(In reply to comment #1)
> Frank, do you want to take care of this?
The fix for bug 589132 would make this moot, since the placeholder string is now stored in a DIV label. The INPUT is only shown when it's focused.
Reporter | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> The fix for bug 589132 would make this moot, since the placeholder string is
> now stored in a DIV label. The INPUT is only shown when it's focused.
Why do we need the DIV label in the first place?
Comment 4•14 years ago
|
||
So this sounds like a invalid!
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 5•14 years ago
|
||
Oh, I see. Using a DIV like that to crop the title seems rather hacky, imho.
Unfortunately, we don't support CSS text-overflow: ellipsis.
I wonder if <input> can use text-overflow.
I don't feel that strongly about this, so I'm okay with the INVALID resolution.
Status: RESOLVED → UNCONFIRMED
Ever confirmed: false
Resolution: INVALID → ---
Comment 6•14 years ago
|
||
marking invalid per latest comments.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → INVALID
Reporter | ||
Updated•13 years ago
|
Resolution: INVALID → DUPLICATE
Assignee | ||
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
•