Closed
Bug 648161
Opened 14 years ago
Closed 14 years ago
Suggest adding space on change avatar page
Categories
(support.mozilla.org :: Knowledge Base Software, task, P3)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
VERIFIED
FIXED
2011-06-07
People
(Reporter: rbillings, Unassigned)
Details
Attachments
(1 file)
22.73 KB,
image/png
|
Details |
On the change avatar page, there is no space between the selected avatar and the browsing field.
1) https://support.allizom.org/en-US/users/avatar [see screenshot]
Reporter | ||
Comment 1•14 years ago
|
||
There is also no space between the field and the browse button
Comment 2•14 years ago
|
||
(In reply to comment #1)
> There is also no space between the field and the browse button
Agreed with the space between the avatar and the field, but it's basically impossible to style <input type="file">. The "Browse" button is an OS widget most of the time, there's no (standard) CSS access to it. (Webkit doesn't even display an input field, sometimes.)
OS: Mac OS X → All
Priority: -- → P3
Hardware: x86 → All
Target Milestone: 2.7.1 → 2011Q2
Comment 3•14 years ago
|
||
(In reply to comment #2)
> Agreed with the space between the avatar and the field, but it's basically
> impossible to style <input type="file">. The "Browse" button is an OS widget
> most of the time, there's no (standard) CSS access to it. (Webkit doesn't even
> display an input field, sometimes.)
One way to do this would be with using a "fake" input + CSS + JavaScript to pop open the dialog. Stuff like this [1], but prettier.
[1] http://www.quirksmode.org/dom/inputfile.html
Comment 4•14 years ago
|
||
I actually fixed the avatar/browsing field spacing issue in a previous patch, I just hadn't seen this bug.
https://github.com/jsocol/kitsune/commit/f346f7566
Marking as RESO FIXED for that - if we want to still do the "fake" input thing paulc mentioned, let's open a new bug for it.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: 2011Q2 → 2011-06-07
Reporter | ||
Comment 5•14 years ago
|
||
Verified space between avatar and field has been fixed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•