[Resolved] Ajax loader stays hidden in Internet Explorer 14 years 11 months ago #1

  • Pierre CABROL
  • Localtime: 01:25
  • Europe/Bucharest
  • Posts: 9
Hello !

Sorry i don't found any subject with the same problem...

When i try to upload a file in BriefCase, with Firefox, the loader is shown by changing the CSS property display: none -> display:inline
<div id="upload-status" style="display: inline;">
	  <h1>Please wait! The files are being uploaded...</h1>
	  <img src="http://www.mywebsite.fr//components/com_brief/icons/ajax-loader2.gif" />
	</div>

With Internet Explorer (tested with 6.0, 7 and 8), the display stay with the value "none"
<div id="upload-status" style="display: none;">
	  <h1>Please wait! The files are being uploaded...</h1>
	  <img src="http://www.mywebsite.fr//components/com_brief/icons/ajax-loader2.gif" />
	</div>

Then, users doen't know if the file is getting upload or not and may move to another page before the end of the upload.

Do you ever see the same problem ?

Thanks a lot.

Best regards,

Bruntho.
The administrator has disabled public write access.

Re: Ajax loader stays hidden in Internet Explorer 14 years 11 months ago #2

  • Erik F
  • Project Manager
  • Bukarest, Rumänien
  • Localtime: 01:25
  • Europe/Bucharest
  • Posts: 5075

LOCKED VIEW - ANSWERS ARE NOT VISIBLE

This is a private forum, open ONLY to licensed customers!

You can purchase a license and the correspondent forum board will be unlocked.

In case of an already existing valid license, just login with your account and you will have access to the complete board.

thePHPfactory Team
The administrator has disabled public write access.

Re: Ajax loader stays hidden in Internet Explorer 14 years 11 months ago #3

  • Pierre CABROL
  • Localtime: 01:25
  • Europe/Bucharest
  • Posts: 9

LOCKED VIEW - ANSWERS ARE NOT VISIBLE

This is a private forum, open ONLY to licensed customers!

You can purchase a license and the correspondent forum board will be unlocked.

In case of an already existing valid license, just login with your account and you will have access to the complete board.

The administrator has disabled public write access.