IE generates overflow-x: hidden for p:layout

UI Components for JSF
Post Reply
armainak
Posts: 7
Joined: 24 Jun 2014, 10:52

26 Jun 2014, 18:18

IE generats for p:layout html code like this

---------------------------------------------------------------------
<div class="ui-layout-container" id="form_index:layout" style="overflow: visible; position: relative; -ms-overflow-x: hidden; -ms-overflow-y: hidden;">
---------------------------------------------------------------------

and the rest of the world
opera/FF/Chrome
do not create -ms-overflow-y or -x at all, and therefore display the site correctly.

anybody, knows the reason and the correct solution for this problem?
even overrighting the css - which is ugly solution - does not work!!!!!!!

---------------------------------------------------------------------
<p:layout
id="layout"
style="overflow-x: visible !important; overflow-y: visible !important;">
---------------------------------------------------------------------

Edit:
this solves the problem, but its not a solution too :-(
style="min-height: 900px; min-width: 600px;
thanks
Armainak

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 18 guests