Alexander Strange schrieb:

On Jun 13, 2007, at 4:02 AM, Fabian Jakobs wrote:

Hi,

with Safari 3 textfields seem to be resizeable by default. Is there a way to disable this bahaviour using CSS or JavaScript?

Resizable textfields are from CSS3:
http://www.w3.org/TR/css3-ui/#resize

You can disable them with "resize: none".

I've noticed resizing textfields in tables tends to uglify the rest of the layout sometimes on one site, but I need to redo it to be less table-y anyway.
Thanks for the quick answer, this solved my problem. What is interesting is that it seems to be possible to apply "resize" to any element and not just textareas. Even though I don't have a use case for this right now, it is cool to be able to resize divs using just CSS ;-)

I'm right now closing the last open Safari bugs for our framework <http://qooxdoo.org/>. The last really critical Safari bug to fully support it is the problem with the maximum recursion depth limited to 100 <http://bugs.webkit.org/show_bug.cgi?id=4045>. Any chance this gets fixed in the final Safari 3.

Best Fabian

BTW is there an official documentation for all WebKit CSS extensions? I have compiled a list from the sources here <http://qooxdoo.org/documentation/general/webkit_css_styles> but I am still not sure how they are used.

Thanks in advance,
Best Fabian
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-dev

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-dev




--
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG
Brauerstraße 48
76135 Karlsruhe

Amtsgericht Montabaur HRB 6484

Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Andreas Gauger, 
Matthias Greve, Robert Hoffmann, Norbert Lang, Achim Weiss
Aufsichtsratsvorsitzender: Michael Scheeren

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to