Bug #2647
closedWDialog boxes in Firefox/gecko do not use all available space
0%
Description
In the latest github version (3.3.1-30-g813a601), WDialog boxes with Firefox/gecko browsers do not use all of the available space --- and content that used to fit may now overflow. This can be observed by comparing the wt/examples/dialog dialogs in Firefox against a chrome/chromium browser (or against an earlier version of Wt).
Browsers tested include: Debian Wheezy/iceweasel 17.0.10, Debian Wheezy/Chromium 31.0.1650.63, Windows 7/Firefox 27.0, Windows 7/Chrome 32.0.1700.107 m, Windows 7/IE 11.0.9600.16476, update versions 11.0.2.
This change seems to have been introduced recently, and I've attached a patch that reverts the relevant line. While this seems to address the spacing issue, I'm not sure if it causes other problems.
Files
Updated by Koen Deforche almost 11 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.3.2
Hey Bruce,
I just fixed this too. Kudos on identifying the correct line, but there was no need to revert it, it simply required using WT.styleAttribute('box-sizing') instead of 'box-sizing'.
Regards,
koen
Updated by Bruce Toll almost 11 years ago
Hey Koen,
Thanks for this and the really quick turnaround on the other issues!
Regards,
Bruce
Updated by Koen Deforche almost 11 years ago
- Status changed from Resolved to Closed