[Webkit-unassigned] [Bug 152271] Non-resizable text field looks resizable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 18 06:29:17 PST 2016


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |akling at apple.com,
                   |                            |cgarcia at igalia.com,
                   |                            |darin at apple.com,
                   |                            |koivisto at iki.fi
            Summary|[GTK] Non-resizable text    |Non-resizable text field
                   |field looks resizable       |looks resizable

--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
I'm not sure there's any bug here. That field has the following code:

<input type="text" id="description" name="description" class="required" size="60" maxlength="200">

And in the attachment.css there's:

#description {
    resize: vertical;
}

So, this a bugzilla issue, I would say. It's true that we could probably check that the input is actually resizable and ignore the resize style otherwise. Also removing the GTK prefix because this is not specific to GTK port.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160218/f30eff7d/attachment.html>


More information about the webkit-unassigned mailing list