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

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??
 
What is that? Is that a mongol hoarde? Can we fend them off with this tiny ad?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic