[Webkit-unassigned] [Bug 175067] [GTK] Number generator from random.org displays incorrectly hiding the result

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 2 04:40:40 PDT 2017


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

Carlos Alberto Lopez Perez <clopez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com

--- Comment #1 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
Here are some screen-shots showing how chrome and webkitgtk renders the generate random number table at https://www.random.org/

 * chrome: https://people.igalia.com/clopez/wkbug/175067/chrome.png
 * webkitgtk before applying fix for bug 173572 : https://people.igalia.com/clopez/wkbug/175067/webkitgtk_2.16.3.png
 * webkitgtk after applying fix for bug 173572 : https://people.igalia.com/clopez/wkbug/175067/webkitgtk_2.16.6.png


As you can see, after fix for bug 173572 the size of the input type was not big enough to draw the value and the spin-buttons at the same time, so the value of the input type was covered (In the Max: it shows 1 instead of 100.. the "00" are covered by the spin buttons)

After fix for bug 173572 the width of the input size choose by the web designer is overriden and grow to accommodate the spin-buttons without covering the input values). So now on "Max" you an see the "100" value correctly.

However, this causes the inputs to reflow vertically as the table where they are contained is not big enough to draw both the input and the Max/Min text in the same line.

And this ends causing that the value for the generated random number to fall below the visible area of that table.

Note that this was already happening before (as you can see the value on https://people.igalia.com/clopez/wkbug/175067/webkitgtk_2.16.3.png is not draw 100% correctly, its cut at the half). But now is exaggerated more so its not even appearing.

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


More information about the webkit-unassigned mailing list