• 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
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

Ajax status doesn't stop in IE8

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys, i turn to your wisdom to help me out on this problem that really has me banging my head against a brick wall. I have a page that uses a4j:status to display a modal panel while an ajax request is in progress.

It works fine in Firefox and google chrome , but in IE8 the modal panel never goes away , even though the request has been completed.

This is the code



I am desperate please help!!! . Thanks in advance
 
Marcel Jacome
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The page works like this: A value is entered into


Since this is an onblur event , the screen is dimmed and the modal panel shown , then a combobox is updated and the request is completed , but the modal panel is never hidden.
 
Marcel Jacome
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
UPDATE: I have discovered the cause of the problem , it seems that under IE8 , there is an incompatibility problem , if you go to View -> Compatibility View , things begin to work again. If the compatibility view is switched off , the modal panel component stops working. What can i do in this case , is there any way to circumvent or avoid this problem? will switching to a better version of Richfaces help here??
 
Oh sure, it's a tiny ad, but under the right circumstances, it gets bigger.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic