4 Replies Latest reply on Nov 19, 2010 4:30 AM by ilya_shaikovsky

    ModalPanel error in chrome

    benma

      Hello.

      I have,

      Java version: jdk1.6.0_21

      JSF version: 1.2

      Richfaces version: 3.3.3.Final

      Google chrome version: 9.0.576.0

       

      I have a dataTable with datascroller. When a row is clicked a modalPanel is opened to allow editing of the row.

      My problem is as follows:

      The modalPanel is not always opened. The situation is consistent (If it opened once it will open all the time until you re-enter the page again and if it doesn't open, it won't open until you re-enter the page etc.).

      I noticed that when the modalPanel isn't being opened there's an error in chrome console:

       

      modalPanel.js.jsf:20 Uncaught TypeError: Object #<an Object> has no method 'getIEVersion'

       

      Why is IE version being queried in chrome by modalPanel?

      Is it just a coincidence or is it really the cause for modalPanel not to open occasionally?

      Thanks in advance for any help.