• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

rich:dropDownMenu fails in Chrome 6 and Safari 4/5

 
Ranch Hand
Posts: 99
MyEclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Does anyone know why rich:dropDownMenu fails to function (no menuitems, no onhover animation, etc.) in Chrome 6 and Safari 4/5?
One correction: the menu on the rf demo page still works fine, so it must be something I have...

JSF 1.2
Facelets 1.1.15
RF 3.3.3 GA
(works fine in Firefox 3.6, Opera 10.62, IE 7/8 under Windows and Linux.

Niether dynamic nor the static dropdownmenus are working. Even if I simplify the thing to this I get the same result:


I've attached the rendered source screenshot to the post.

Has anyone had a similar issue?
screen.png
[Thumbnail for screen.png]
Rendered html source code
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please take the time to choose an appropriate forum for your posts. This forum is for questions on JSP. For more information, please click this link ⇒ CarefullyChooseOneForum.

This post has been moved to a more appropriate forum.
 
Akaine Harga
Ranch Hand
Posts: 99
MyEclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry, looked like "JSF" there, probably was blinded by emotions ;) Thanks for topic transfer btw...
 
Ranch Hand
Posts: 754
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It looks like it was a knowed bug, http://markmail.org/message/m2grlzhph2srcioc but it was fixed. Maybe you will have to update your framework. [=
 
Akaine Harga
Ranch Hand
Posts: 99
MyEclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hebert Coelho wrote:It looks like it was a knowed bug, http://markmail.org/message/m2grlzhph2srcioc but it was fixed. Maybe you will have to update your framework. [=


All the frameworks are up to date and it seems my issue is different from the one pointed. Also the main thing bothering me is that the menus on the RF demo page work fine in both Safari and Chrome while in my case they aren't. The code is pretty simple and there is a bug there obviously, though I was hoping someone had had this one already and found a way around it, mostly because of Safari since it's OSX' standart browser.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic