Project

General

Profile

Actions

Bug #2647

closed

WDialog boxes in Firefox/gecko do not use all available space

Added by Bruce Toll about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
02/10/2014
Due date:
% Done:

0%

Estimated time:

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

0001-Revert-boxSizing-change.patch (767 Bytes) 0001-Revert-boxSizing-change.patch Bruce Toll, 02/10/2014 04:54 AM
Actions #1

Updated by Koen Deforche about 10 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

Actions #2

Updated by Bruce Toll about 10 years ago

Hey Koen,

Thanks for this and the really quick turnaround on the other issues!

Regards,

Bruce

Actions #3

Updated by Koen Deforche about 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF