Better (more visible) indication of when Find has wrapped or will wrap
Categories
(Toolkit :: Find Toolbar, defect, P3)
Tracking
()
People
(Reporter: superbiskit, Unassigned)
References
(Depends on 2 open bugs, Blocks 1 open bug)
Details
Attachments
(2 files)
2.01 KB,
text/plain
|
Details | |
12.15 KB,
patch
|
Details | Diff | Splinter Review |
Comment 1•20 years ago
|
||
Reporter | ||
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
Comment 5•20 years ago
|
||
Updated•20 years ago
|
Comment 6•20 years ago
|
||
Comment 9•20 years ago
|
||
Updated•18 years ago
|
Comment 10•18 years ago
|
||
Updated•18 years ago
|
Comment 11•18 years ago
|
||
Comment 12•17 years ago
|
||
Comment 13•17 years ago
|
||
Assignee | ||
Updated•16 years ago
|
Updated•9 years ago
|
Comment 21•9 years ago
|
||
Comment 22•9 years ago
|
||
Comment 23•9 years ago
|
||
Comment 25•5 years ago
|
||
(In reply to Mike de Boer [:mikedeboer] from comment #21)
So I wrote this thing this afternoon: https://vimeo.com/162972088
What do you think?
Looks great, please release :-)
In the meantime, I've simplified & beautified comment 23 to the version below. Note that in recent versions of Firefox, you also have to enable this about:config option: toolkit.legacyUserProfileCustomizations.stylesheets
to make the PROFILE/chrome/userChrome.css work.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@keyframes blinker {
50% { opacity: 0.0; }
}
.findbar-container .find-status-icon[status="wrapped"] {
display: none;
}
.findbar-container .find-status-icon[status="wrapped"]
~ [anonid="find-status"].findbar-find-status {
padding-left: 50px;
padding-right: 50px;
vertical-align: top;
/* font-size: 14pt; */
background: green;
color: white !important;
}
.findbar-container .find-status-icon[status="wrapped"]
~ [anonid="find-status"].findbar-find-status:before {
content: '-- Wrapped --';
padding-left: 10px;
padding-right: 10px;
margin-right: 10px;
background: black;
font-size: 24pt;
animation: blinker 250ms linear 4;
}
Updated•2 years ago
|
Comment 26•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 8 duplicates and 25 votes.
:enndeakin, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Comment 27•2 years ago
|
||
The last needinfo from me was triggered in error by recent activity on the bug. I'm clearing the needinfo since this is a very old bug and I don't know if it's still relevant.
Comment 28•2 years ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE
.
For more information, please visit auto_nag documentation.
Description
•