Closed
Bug 474747
Opened 16 years ago
Closed 13 years ago
Change columns: empty buttons when images turned off
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.2
People
(Reporter: vitaly.fedrushkov, Assigned: Wurblzap)
References
Details
Attachments
(1 file, 1 obsolete file)
3.85 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/webtools/bugzilla/template/en/default/list/change-columns.html.tmpl&rev=1.19#59
<input class="image_button" type="button" id="select_button"
name="select" onclick="move_select()">
<br><br>
displays nothing when there are no images.
Otherwise Bugzilla is still pretty usable without images :-)
Comment 1•16 years ago
|
||
Yeah, we should put → and ← as the alt="" probably, for them.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [Good Intro Bug]
Target Milestone: --- → Bugzilla 3.4
Reporter | ||
Comment 2•16 years ago
|
||
and invent something visual or resize for 'Up' and 'Down'
l12y note: don't rely on 'Up' or 'Down' being short words :-)
![]() |
||
Comment 3•16 years ago
|
||
(In reply to comment #1)
> Yeah, we should put → and ← as the alt="" probably, for them.
Sounds good to me, assuming you can indeed pass alt="" with type="button". Not sure about that.
Depends on: 216557
Comment 4•15 years ago
|
||
What browser was this seen with?
I'm seeing similar (same?) issue with IE8 where the background-image being specified in global.css is not showing up.
I was able to make them show up by explicitly setting the border properties:
border: 1px solid #6D7B8D; /* used a grey color to soften it */
However this has the effect of turning the button into ugly square boxes.
At least for FireFox adding the following will round the corners again:
-moz-border-radius: 5px;
Comment 5•15 years ago
|
||
Missed the note comment on no images ( comment 0 ), but none the less my comment may be useful to someone.
![]() |
||
Comment 6•15 years ago
|
||
Bugzilla 3.4 is now restricted to security bugs. We will retarget this bug (to 3.6 or later) when it's fixed.
Target Milestone: Bugzilla 3.4 → ---
Assignee | ||
Comment 7•13 years ago
|
||
Assignee: query-and-buglist → wurblzap
Status: NEW → ASSIGNED
Attachment #612131 -
Flags: review?(LpSolit)
Assignee | ||
Updated•13 years ago
|
Target Milestone: --- → Bugzilla 4.2
![]() |
||
Comment 8•13 years ago
|
||
Comment on attachment 612131 [details] [diff] [review]
Patch
>+ <input class="bz_default_hidden" type="button" id="select_button"
>+ name="select" onclick="move_select()" value="→">
This looks good, but could it be possible to make the arrows a bit bigger? They look very thin. Either that, or do the same as we do to reclassify classifications, i.e. using text in buttons, something like "Add >>", "<< Remove", "Move Up", "Move Down".
Assignee | ||
Comment 9•13 years ago
|
||
Sized 'em up. I think it works out a lot better now.
I played around with ▲▶▼◀ a little, but there seem to be no HTML entities for them so I wasn't sure whether we'd depend too much on a client's installed fonts with them.
Attachment #612131 -
Attachment is obsolete: true
Attachment #615046 -
Flags: review?(LpSolit)
Attachment #612131 -
Flags: review?(LpSolit)
![]() |
||
Comment 10•13 years ago
|
||
Comment on attachment 615046 [details] [diff] [review]
Patch 1.1
r=LpSolit
Attachment #615046 -
Flags: review?(LpSolit) → review+
![]() |
||
Updated•13 years ago
|
Flags: approval4.2+
Flags: approval+
Whiteboard: [Good Intro Bug]
Assignee | ||
Comment 11•13 years ago
|
||
Great, thanks.
Committing to: bzr+ssh://wurblzap%40gmail.com@bzr.mozilla.org/bugzilla/4.2/
modified skins/standard/global.css
deleted skins/standard/global/down.png
deleted skins/standard/global/left.png
deleted skins/standard/global/right.png
deleted skins/standard/global/up.png
modified template/en/default/list/change-columns.html.tmpl
Committed revision 8073.
Committing to: bzr+ssh://wurblzap%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified skins/standard/global.css
deleted skins/standard/global/down.png
deleted skins/standard/global/left.png
deleted skins/standard/global/right.png
deleted skins/standard/global/up.png
modified template/en/default/list/change-columns.html.tmpl
Committed revision 8193.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•