[Xsltforms-support] rendering problem in Firefox, css body width:100% is ignored
Brought to you by:
alain-couthures
From: Stephen C. <ste...@gm...> - 2012-12-30 01:53:26
|
Hello, I am hoping to resolve an issue that exists in Firefox when using XSLTForms. The problem is that if you set an absolute size and height of 100% (of the window size) this gets ignored when the page renders. Then if you resize the browser window it then takes this 'constraint' into consideration properly. I reported this bug to Mozilla but so far "WORKSFORME" is the response. So, now I have some test-cases that demonstrate the problem, I hope. I have a HTML page that works as expected in all browsers I have at hand, and the equivalent XML file with xslforms.xsl stylesheet processing instruction that works in all but FF. These are: http://forms.collinta.com.au/test1.html http://forms.collinta.com.au/test1.xml In test.html you will see a right hand scolling div with a pink 'menu' div in the top right of it. In test.xml initially you should not see any scroll-barsand the pink 'menu' div is off the page to the right (I assume). Then, when you resize the window the scroll-bars and menu div appear. If people could please test these in whatever browsers they use and report what they find I'd be thankful. I need details of browser make and version and OS details as well. Hopefully, by providing enough details Mozilla will take the issue seriously. Its important I feel in trying to make an application style interface using XSLTForms. Thanks and regards Steve Cameron |