GrApple theme stuff ...

Discuss application theming and theme development.
Post Reply
isleofjib
Posts: 84
Joined: February 1st, 2006, 5:40 am

Post by isleofjib »

new version is much better. hovering around 6% cpu usage now. thanks for the quick fix. theme is looking beautiful. well done.
remain
Posts: 64
Joined: March 14th, 2007, 12:05 am

Post by remain »

The issues with Tab Mix Plus seem to be fixed in the 0.9.9.9.1 versions.

Thank you very much! =)


BTW, I've noticed something.

The new location bar's dropdown has by default 12 entries.

In the Firefox 3 default theme, all 12 are displayed.

But in the 2 GrApple themes, the dropdown is smaller, and one must scroll to see all of them.


When using the Firefox 3 default theme

Image


When using either GrApple theme

Image

Is there any reason that happens? Can this be fixed? (though it's a pretty minor detail)
Aronnax!
Posts: 1006
Joined: October 1st, 2004, 10:24 am
Location: Germany
Contact:

Post by Aronnax! »

remain wrote:Is there any reason that happens? Can this be fixed? (though it's a pretty minor detail)


the part has a max-height setting in my themes

they use:
panel[type="autocomplete"],
panel[type="autocomplete-richlistbox"],
.autocomplete-history-popup {
max-height: 341px;
}

you can overwrite it for example with:
panel[type="autocomplete"],
panel[type="autocomplete-richlistbox"],
.autocomplete-history-popup {
max-height: 500px !important;
}

to see the default 12 entries in my themes as well

Cheers
remain
Posts: 64
Joined: March 14th, 2007, 12:05 am

Post by remain »

OK.

Out of curiosity, why did you decide to have it smaller?
Aronnax!
Posts: 1006
Joined: October 1st, 2004, 10:24 am
Location: Germany
Contact:

Post by Aronnax! »

remain wrote:OK.

Out of curiosity, why did you decide to have it smaller?


the default settings are simply to large for my taste ;-)
remain
Posts: 64
Joined: March 14th, 2007, 12:05 am

Post by remain »

Weirdo. ;p

BTW, that code in userChrome.css won't interfere with other themes, right?
Aronnax!
Posts: 1006
Joined: October 1st, 2004, 10:24 am
Location: Germany
Contact:

Post by Aronnax! »

remain wrote:Weirdo. ;p

BTW, that code in userChrome.css won't interfere with other themes, right?

very unlikely and with
max-height: none !important; instead of max-height: 500px !important;
more or less impossible

Cheers
remain
Posts: 64
Joined: March 14th, 2007, 12:05 am

Post by remain »

Thanks.


What has changed in 0.9.9.9.2?


Also, something to report:

When you drag bookmarks inside bookmark folders/menus (on the Bookmarks Toolbar), there is a visual bug.

The menu would sort of "expand left." There would be no "move here"/"insert here" indicator; instead, you see a folder being moved around.
Aronnax!
Posts: 1006
Joined: October 1st, 2004, 10:24 am
Location: Germany
Contact:

Post by Aronnax! »

remain wrote:When you drag bookmarks inside bookmark folders/menus (on the Bookmarks Toolbar), there is a visual bug.

with the 0.9.9.9.3 versions not anymore - thanks for the report
http://www.takebacktheweb.org/

"What has changed in 0.9.9.9.2? "
mostly code changes for the inactive window style to fix a bug which was (only) visible in some extensions

with 0.9.9.9.3 - some design changes and other code changes

Cheers
liquid ice
Posts: 4
Joined: May 10th, 2008, 7:11 pm

Post by liquid ice »

With the release of Firefox 3 RC-1, the latest GrApple theme won't work (Firefox reports that it isn't compatible). Love the GrApple themes and would love to see an update that works with RC-1!

RC-1 build candidates are here: ftp://ftp.mozilla.org/pub/mozilla.org/f ... es/build1/
Aronnax!
Posts: 1006
Joined: October 1st, 2004, 10:24 am
Location: Germany
Contact:

Post by Aronnax! »

the Firefox 3 RC 1 is still not released - If no unexpected issues arise RC1 should ship late May.

use the 0.9.9.9.3 versions - designed for up to date nightly builds
from http://www.takebacktheweb.org/

Cheers
Aronnax!
Posts: 1006
Joined: October 1st, 2004, 10:24 am
Location: Germany
Contact:

Post by Aronnax! »

LiQUiD iCE wrote:With the release of Firefox 3 RC-1, the latest GrApple theme won't work (Firefox reports that it isn't compatible). Love the GrApple themes and would love to see an update that works with RC-1!

RC-1 build candidates are here: ftp://ftp.mozilla.org/pub/mozilla.org/f ... es/build1/


OK, these builds needs really a higher max. version number ;-)
use the 0.9.9.9.4 versions - designed for up to date nightly builds or RC1 builds
from http://www.takebacktheweb.org/

Cheers
liquid ice
Posts: 4
Joined: May 10th, 2008, 7:11 pm

Post by liquid ice »

Thanks! Its working great. I realize RC-1 hasn't been released yet, I meant to say with the release of RC-1 coming up soon ... oops haha. Thank again!
virtual_reality
Posts: 18
Joined: January 1st, 2006, 10:16 am

Post by virtual_reality »

Aronnax!, I do not know if this is an error with your theme or with Firefox 3b5, but whenever I open up Firefox for the first time a tab is not shown in the tab bar.

<img src="http://s3.tinypic.com/2db07bq.jpg">
User avatar
smsmith
Moderator
Posts: 19979
Joined: December 7th, 2004, 8:51 pm
Location: Indiana

Post by smsmith »

^Preferences -> Tabs -> make sure "Always show the tab bar" is checked.
Give a man a fish, and he eats for a day. Teach a man to fish, and he eats for a lifetime.
I like poetry, long walks on the beach and poking dead things with a stick.
Please do not PM me for personal support. Keep posts here in the Forums instead and we all learn.
Post Reply