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)
-   -   layout problem in specified URL (http://forums.omnigroup.com/showthread.php?t=724)

Gregory 2006-06-10 07:38 AM

layout problem in specified URL
 
there's a layout problem in [URL="http://luminous-landscape.com/forum/index.php?showtopic=2376&hl="]Luminous Landscape — Anti Shake[/URL].

it can be reproduced in WebKit 13302 but is not apparent in WebKit 14802 (June 10).

will OW stay with 13302 or will it adopt the latest build of WebKit once other bugs are found/fixed, and features successfully implemented?

regards,
Gregory

Handycam 2006-06-10 12:51 PM

Hmm. I can confirm this. FWIW, neither their HTML nor their CSS will validate.

Len Case 2006-06-11 01:20 AM

[QUOTE=Gregory]will OW stay with 13302 or will it adopt the latest build of WebKit once other bugs are found/fixed, and features successfully implemented?[/QUOTE]

We picked 13302 as the last stable point before a fairly major destabilizing change in WebKit (moving away from using standard Cocoa views for form elements).

The plan is to stay on 13302 for the 5.5 release. As we find issues in 13302 that have been fixed on the head and are still compatible, we have and will try to fold those changes back into our version.

We will evaluate moving forward to a newer version for releases after 5.5 but some of our customizations will have to be rewritten to move away from the Cocoa controls (e.g. Zoomed Text Editing and Add Search Shortcut).

Gregory 2006-06-13 07:23 AM

[QUOTE=Len Case]As we find issues in 13302 that have been fixed on the head and are still compatible, we have and will try to fold those changes back into our version.[/QUOTE]
does that imply that if we find problems in 13302 that have been solved in later releases that we should tell you about them as I did in this thread?


[QUOTE=Len Case]but some of our customizations will have to be rewritten to move away from the Cocoa controls[/QUOTE]
confused: isn't Apple 'softly' advocating developers to use Cocoa for the sake of 'easier' universal builds?
.
.
.

Len Case 2006-06-13 07:10 PM

[QUOTE=Gregory]does that imply that if we find problems in 13302 that have been solved in later releases that we should tell you about them as I did in this thread?[/QUOTE]
Yes, indeed--thank you.
Even better would be if you can figure out which Nightly first fixed the problem (so we can narrow down our search for the actual change that fixed it).

[QUOTE=Gregory][QUOTE=Len Case]but some of our customizations will have to be rewritten to move away from the Cocoa controls[/QUOTE]
confused: isn't Apple 'softly' advocating developers to use Cocoa for the sake of 'easier' universal builds?[/QUOTE]
The issue is that WebKit no longer uses cocoa to draw internal form elements on a webpage. This is because Cocoa controls (buttons, text fields, etc.) were never designed to be used inside a web page and don't correctly handle floating divs, etc. also they don't handle all the drawing methods that CSS can specify (like border colors, etc.). This is good for standards compliance but bad for our customizations since we have to redo them to work with the new implementation.

That said, WebKit is a Cocoa framework so using WebKit *is* using Cocoa.


All times are GMT -8. The time now is 01:48 AM.

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