Closed
Bug 687528
Opened 13 years ago
Closed 12 years ago
[TABLETUI] Change scrollbar colour to blue
Categories
(Firefox for Android Graveyard :: General, enhancement, P1)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: ibarlow, Unassigned)
References
Details
(Keywords: helpwanted, polish)
Attachments
(2 files)
Let's change the scrollbars in the web view, menus, and settings pages to blue.
Reporter | ||
Comment 1•13 years ago
|
||
Updated•13 years ago
|
OS: Mac OS X → Android
Hardware: x86 → All
Comment 2•13 years ago
|
||
Scrollbars are currently all CSS. I'm worried about the "glow" affect hurting performance, since scrollbars are drawn during panning.
Reporter | ||
Comment 3•13 years ago
|
||
Fair enough. Even if we can make it blue for now that would be great :) #84acff
Updated•13 years ago
|
Severity: normal → enhancement
Priority: -- → P1
Updated•13 years ago
|
Keywords: helpwanted
Whiteboard: [mentor=mark.finkle@gmail.com][good first bug]
Note: scroll bar color of tab scroll bar looks different from the color of the content scroll bar currently.
Comment 5•13 years ago
|
||
Hi.. is someone working on this? I would like to give it a try... Can you help me to get started? I have Android development environment setup in my laptop. I can emulate Honeycomb. But I dont have a tablet device. Also I have Mozilla-Central with me. Where can I get the Fennec?
Comment 6•13 years ago
|
||
You can follow the instructions at https://wiki.mozilla.org/Android#Build to build for a device, and to build Fennec for desktop you can just add |ac_add_options --enable-application=mobile| to your mozconfig and build as usual. I'm not certain if you can use the tablet UI on non-tablet devices; that's something that mfinkle can answer.
Comment 7•13 years ago
|
||
You can set the general.skins.selectedSkin string pref to:
honeycomb/1.0
classic/1.0
gingerbread/1.0
In addition, you can set the tablet layout int pref:
+pref("browser.ui.layout.tablet", -1); // on: 1, off: 0, auto: -1
Comment 8•13 years ago
|
||
Mark, is this still a valid bug for a new contributor to be working on? In other words, does this still apply to the Native UI, so that the work done won't be wasted?
Comment 9•12 years ago
|
||
Not valid anymore
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Whiteboard: [mentor=mark.finkle@gmail.com][good first bug]
You need to log in
before you can comment on or make changes to this bug.
Description
•