The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniWeb Bug Reports (http://forums.omnigroup.com/forumdisplay.php?f=27)
-   -   Cosmetic bug - search box (http://forums.omnigroup.com/showthread.php?t=1539)

Handycam 2006-08-30 12:36 PM

Cosmetic bug - search box
 
The search box on the toolbar does not fully highlight when activated. The blue border only appear on the bottom and sides of the field.

Len Case 2006-08-30 08:23 PM

Which version of OW?
What language?

Have you made any customizations to the BrowserWindow.toolbar file (to say--make the search field wider or narrower)?

Handycam 2006-08-31 06:36 AM

US English 5.5 RC1 v606

[quote]Have you made any customizations to the BrowserWindow.toolbar file[/quote]

Nope. I didn't even know you could do that.

I [i]am[/i] using Jon Hick's icons, which I've used without a problem throughout the SP cycle. This seems to be a problem only with RC1 -- not sure what's different in RC1. A plain-vanilla RC1 does not do this. I'll email Jon. I'll have to live with it, since I love those icons!

Here's what I see:

[IMG]http://stevelombardi.com/ow/search.png[/IMG]

Jon Hicks 2006-08-31 06:54 AM

Sorry, my fault completely. Part of my theme does customise the BrowserWindow.toolbar file to make it larger, and I discovered that this caused a problem with the new search field. I'm on holiday at the moment though, so I haven't had time to do a blog post about it.

I've posted an update, your best bet is to copy the backup you made of OW (or re-download it) and apply the new version of the theme. It also mucks about a bit with the workspaces window, so let me know if you get any problems with it.

[url]http://www.hicksdesign.co.uk/file_download/20[/url]

Handycam 2006-08-31 07:11 AM

Well, THAT doesn't work:

[IMG]http://stevelombardi.com/ow/toolbar.png[/IMG]

So I'll go back to the old theme for now, and live with the "broken" highlight.

Jon Hicks 2006-08-31 07:18 AM

Eeek. OK, thats an arse. Was this definitely on a new install of OW?

Handycam 2006-08-31 07:28 AM

Yep. Deleted my old RC1. Copied fresh one from DMG file from Omni. Launched it, confirm it works fine with default toolbar. Quit, applied new Tiger Theme. Relaunch, get the above screenie...

Jon Hicks 2006-08-31 02:48 PM

OK, looks like I might have to redo the installer again. Sorry, it might be a while!

moksha 2006-09-01 10:16 AM

I have this problem as well using your Safari buttons, on a clean install of OW 5.5 RC1. This occurs even when it's not selected, the border only goes to the sides, as you can see in the screenshot.
[IMG]http://img230.imageshack.us/img230/4747/owtoolbarhx5.png[/IMG]

Len Case 2006-09-01 02:20 PM

Those of you who are willing to do a bit of hacking:

Open up OmniWeb.app ("Show Package Contents" in Finder) and open the [B]Contents->Resources->English.lproj->BrowserWindow.toolbar[/B] file in a text editor (or the Contents->Resources->de.lproj->BrowserWindow.toolbar for German, etc.).

Find the [B]SearchField[/B] entry and change the second number of the minSize and maxSize from [B]21.0[/B] to [B]23.0[/B].

Before:
[code]
SearchField = {
paletteLabel = "Search Field";
label = "Search";
nullMenu = "(Search)";
minSize = ( 80, [B][U]21.0[/U][/B] );
maxSize = ( 180, [B][U]21.0[/U][/B] );
};[/code]
After:
[code]
SearchField = {
paletteLabel = "Search Field";
label = "Search";
nullMenu = "(Search)";
minSize = ( 80, [B][U]23.0[/U][/B] );
maxSize = ( 180, [B][U]23.0[/U][/B] );
};[/code]


All times are GMT -8. The time now is 12:28 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.