Personally, I use JDeveloper 11 to run JSF 1.2. Also, I got two more issues with the iframe popup as well. One with inputDate where the popup get bigger and bigger when I change the month or year (I'll have to test navigation in the popup to see if it's generalized). The other is that the popup's DIV does not get cleared from the DOM after being closed so if you keep selecting a date then reopen the calendar, the DOM slowly get bloated.
Regards, ~ Simon On 8/22/07, Luka Surija <[EMAIL PROTECTED]> wrote: > > The same problem I have with 1.0.3 trunk. > > Simon Lessard wrote: > > Hello all, > > > > Using latest 1.2.2 branch, I have a problem with iframe popup skinning > > where the style class does not get converted. The markup looks like: > > > > <div style="padding: 0px; overflow: auto; position: absolute; z-index: > > 201; top: 319.5px; left: 558.5px; visibility: visible;" > > class="af|panelPopup::container"> > > <div class="af|panelPopup::title-text af|panelPopup::title-bar" > > style="display: block;">Pick a Date</div> > > <iframe width="323" height="243" frameborder="0" name="_blank" > > class="af|panelPopup::content"/> > > </div> > > > > Anyone got it working? > > > > > > Regards, > > > > ~ Simon > >

