MozillaZine

GrApple theme stuff ...

Discuss application theming and theme development.
garfield2
 
Posts: 21
Joined: March 29th, 2009, 11:42 am
August 8th, 2009, 2:36 pm

Post Posted August 8th, 2009, 2:36 pm

Thanks for getting back to me so quickly! I appreciate it :D

Why do you think that it's only a bug when your theme is enabled though? A height / redraw issue?

Also, have you noticed that 3.6a2 is noticeably faster? I'm really enjoying the browsing experience :)

Aronnax!
 
Posts: 942
Joined: October 1st, 2004, 10:24 am
Location: Germany
August 8th, 2009, 2:43 pm

Post Posted August 8th, 2009, 2:43 pm

garfield2 wrote: redraw issue?


it is likely a temporary nightly redraw issue .. when not .. is the bug likely there:

/* toolbar collapsing */

window[chromehidden~="toolbar"] .toolbar-primary,
window .toolbar-primary[collapsed="true"],
window[chromehidden~="toolbar"] > toolbox:nth-of-type(1) > toolbar:nth-of-type(1):not(.chromeclass-menubar),
window > toolbox:nth-of-type(1) > toolbar:nth-of-type(1)[collapsed="true"]:not(.chromeclass-menubar) {
display: -moz-box;
visibility: visible;
min-height: 0 !important;
height: 1px;
overflow: hidden;
}

window[chromehidden~="toolbar"] .toolbar-primary > *,
window .toolbar-primary[collapsed="true"] > *,
window[chromehidden~="toolbar"] > toolbox:nth-of-type(1) > toolbar:nth-of-type(1) > *,
window > toolbox:nth-of-type(1) > toolbar:nth-of-type(1)[collapsed="true"] > * {
display: none;
}

try it self, when you think it is not a redraw bug ;-)

Cheers

garfield2
 
Posts: 21
Joined: March 29th, 2009, 11:42 am
August 8th, 2009, 2:54 pm

Post Posted August 8th, 2009, 2:54 pm

That worked *all too well* - incredible. I don't know how you were able to produce the code for all that so quickly! :shock:

Thanks again Aronnax.

Aronnax!
 
Posts: 942
Joined: October 1st, 2004, 10:24 am
Location: Germany
August 8th, 2009, 3:09 pm

Post Posted August 8th, 2009, 3:09 pm

garfield2 wrote:That worked *all too well* - incredible. I don't know how you were able to produce the code for all that so quickly! :shock:

Thanks again Aronnax.


Hi,
it is exactly the code from the theme .. when it works now better with this code inside a userChrome.css .. is it only much much much more likely that it is only a temporary nightly redraw issue ;-)

Cheers

Aronnax!
 
Posts: 942
Joined: October 1st, 2004, 10:24 am
Location: Germany
August 14th, 2009, 6:27 am

Post Posted August 14th, 2009, 6:27 am

Hi,
and now GrApple Tangy - Version 2.9 - designed for the Minefield 3.7 Trunk
http://www.takebacktheweb.org/
It is then a test version for Firefox 3.7 (Minefield) changes.

I will release likely as well updates for every theme with Firefox 3.6 Branch (Namoroka) changes, but not with Minefield changes. And it is currently intended to make these versions compatible with 3.5 and 3.6.
The new Minefield test theme version will have on the other hand only support for the latest stuff.

Cheers

garfield2
 
Posts: 21
Joined: March 29th, 2009, 11:42 am
August 14th, 2009, 11:50 pm

Post Posted August 14th, 2009, 11:50 pm

You really put out a fantastic theme Aronnax.

Thank you.

PS - Would you ever consider creating an RSS feed for the themes so that I get an update (via RSS) everytime you make a change public? I would appreciate it...

b.pwned
 
Posts: 18
Joined: May 30th, 2009, 5:59 am
Location: Munich, Germany
August 15th, 2009, 3:45 am

Post Posted August 15th, 2009, 3:45 am

I would, too. I've seen that you've published the themes on addons.mozilla.org, I believe that kind of pushes new versions to the clients, right? Don't know, maybe you can use that for that purpose.

Anyway, since I'm already here, I can nitpick a little :-P:
  1. Aronnax, on http://www.takebacktheweb.org/ you write "Aronnax`s" etc with `.
  2. You are using a ` - that's a French grave accent, not an apostrophe. On a German keyboard the ' is [shift]+[#].
  3. Imho there shouldn't be a possessive 's after x at all, only the apostrophe, but that's probably just me. (see Wikipedia for more on that subject)

garfield2
 
Posts: 21
Joined: March 29th, 2009, 11:42 am
August 15th, 2009, 10:22 am

Post Posted August 15th, 2009, 10:22 am

The problem with the addons page is that the addon needs to receive a certain amount of reviews in order to become public. I believe...

Also, the new tangy theme isn't on the Add-ons as I'm sure it's not ready yet.

pkondzior
 
Posts: 4
Joined: November 7th, 2008, 8:42 pm
August 17th, 2009, 6:08 am

Post Posted August 17th, 2009, 6:08 am


Aronnax!
 
Posts: 942
Joined: October 1st, 2004, 10:24 am
Location: Germany
August 17th, 2009, 6:54 am

Post Posted August 17th, 2009, 6:54 am

pkondzior wrote:On Snow Leopard theme seems to be too darky

https://dl.getdropbox.com/u/46180/safari.png

https://dl.getdropbox.com/u/46180/firefox.png


Hi,
can you please try it with the default color management mode - with value two

about:config
gfx.color_management.mode

http://kb.mozillazine.org/Gfx.color_management.enabled

-----

On Tiger and Leopard react the Unified Toolbar not on different color management modes.
It must be a new feature on Snow Leopard and without an own Snow Leopard version can i say otherwise nothing more about it ;-)

Cheers

garfield2
 
Posts: 21
Joined: March 29th, 2009, 11:42 am
August 17th, 2009, 8:22 am

Post Posted August 17th, 2009, 8:22 am

Snow Leopard sets the default color gamma to 2.2 if that helps at all.

ohp
 
Posts: 16
Joined: July 21st, 2009, 5:26 am
August 17th, 2009, 8:57 am

Post Posted August 17th, 2009, 8:57 am

Hey Aronnax, it's me with my OCD again.

I use an add-on that places the find bar just between tabs and toolbar buttons. It fits there quite nicely to my surprise. But the grey of the active tab isn't quite the same as the grey on the find bar.

See image here.

Is there any easy fix for this?

Aronnax!
 
Posts: 942
Joined: October 1st, 2004, 10:24 am
Location: Germany
August 17th, 2009, 9:42 am

Post Posted August 17th, 2009, 9:42 am

ohp wrote:Hey Aronnax, it's me with my OCD again.

I use an add-on that places the find bar just between tabs and toolbar buttons. It fits there quite nicely to my surprise. But the grey of the active tab isn't quite the same as the grey on the find bar.

See image here.

Is there any easy fix for this?


findbar {
background-image: none !important;
border-top: 0px !important;
}

ohp
 
Posts: 16
Joined: July 21st, 2009, 5:26 am
August 17th, 2009, 9:46 am

Post Posted August 17th, 2009, 9:46 am

Looks brilliant, thanks a lot!

Cpuroast

User avatar
 
Posts: 42
Joined: October 4th, 2004, 10:16 pm
August 19th, 2009, 8:37 pm

Post Posted August 19th, 2009, 8:37 pm

Weird "diagonal lines" mouse over effect in the empty tab bar space in GrApple Crisp 2.0.5.
Don't know about other versions.

As seen in this image:
Image

Return to Theme Development


Who is online

Users browsing this forum: No registered users and 3 guests