[Webkit-unassigned] [Bug 69096] [Qt] QDesktopWebView load negative size view test missing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 14:51:53 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69096





--- Comment #5 from Alexis Menard <alexis.menard at openbossa.org>  2011-09-29 14:51:53 PST ---
(From update of attachment 109179)
View in context: https://bugs.webkit.org/attachment.cgi?id=109179&action=review

>> Source/WebKit2/UIProcess/API/qt/tests/qmltests/DesktopWebView/tst_loadNegativeSizeView.qml:25

> 
> Is that generally correct with QML?
> If you use negative width and height on a QML image element, do you get the element inverted?
> 
> Having a defined behavior for negative size is a good idea. But supporting negative size is another problem altogether.

This is just not needed. Rectangle { width:-200; height:-30000 } is like doing QObject*obj = 0; obj->foo(); it is bad code.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list