The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniWeb > OmniWeb Bug Reports
FAQ Members List Calendar Today's Posts

 
Cosmetic bug - search box Thread Tools Search this Thread Display Modes
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.
 
Those of you who are willing to do a bit of hacking:

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

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

Before:
Code:
        SearchField = {
            paletteLabel = "Search Field";
            label = "Search";
            nullMenu = "(Search)";
            minSize = ( 80, 21.0 );
            maxSize = ( 180, 21.0 );
        };
After:
Code:
        SearchField = {
            paletteLabel = "Search Field";
            label = "Search";
            nullMenu = "(Search)";
            minSize = ( 80, 23.0 );
            maxSize = ( 180, 23.0 );
        };
 
Ah, much thanks, that did the trick.
 
Thanks Len, that did fix it.

Once Jon fixes the installer, I'm sure this won't be necessary.
 
Another problem related to the theme in RC1: My bookmarks window will not show. This only happens on the install where at one point I tried Jon's new installer -- on my Powerbook, it works fine, but not on the G5.

If I have OW set to show bookmarks page in a browser window, only the lower part of the window shows -- no bookmarks list etc.

If I have it set to show in a new window, no window shows up.

If I revert to a fresh install of RC1, all works fine. Why would this be?
 
Again, this is my fault. My installer changes .nib files which is a little silly when they could be changing a lot during beta. I think what I need to do is only have the icon files in the installer, and keep .nib changes in a separate folder, for those that want to install it (but do it manually)

It is odd how its been OK until RC1 though.
 
Yes, also odd that the bug affects only one installation. I'm using RC1 and your theme at home, and have no such problem with bookmarks.
 
OK, I've redone the installer, and its tested fine at my end. Please give this a go on a new copy of OW:

http://www.hicksdesign.co.uk/download/OW5.5-theme.zip

This is just the icon theme, no changes to window .nib files, although the modified files are provided if you fancy trying them.
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
change search engine in the search field yardcat OmniWeb General 2 2011-10-30 02:25 PM
Search doesn't search notes field beharkey OmniFocus for iPhone 5 2010-11-11 09:35 AM
Weird server name [A: known cosmetic bug, but harmless.] Stevaroni OmniFocus Syncing 2 2010-07-22 06:14 AM
Unimportant cosmetic bug (?) in the bookmarks CheepnisAroma OmniWeb Bug Reports 1 2006-08-12 05:26 PM


All times are GMT -8. The time now is 09:29 AM.


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