Current time: 05-23-2013, 10:10 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Loading.." sticks
01-26-2009, 11:10 PM
Post: #1
"Loading.." sticks
If you submit a reply to a thread via the quick reply form, and then click edit a thread and use quick edit - sometimes, the "Loading.." box will stay open.

Steps To Reproduce:
  1. Go to a thread and reply
  2. Quickly click "Edit" on a different post in the same thread
  3. Done. With luck, it should stick for some reason.
Find all posts by this user
Quote this message in a reply
01-27-2009, 12:30 AM
Post: #2
RE: "Loading.." sticks
It's because the server hangs and never sends back the response it's waiting for. I wouldn't consider this a bug because it's an issue on the server.
Visit this user's website Find all posts by this user
Quote this message in a reply
01-27-2009, 12:32 AM
Post: #3
RE: "Loading.." sticks
Can't you make and then check the status of the actions, and maybe automatically set it to close after say, 3 seconds?
Find all posts by this user
Quote this message in a reply
01-27-2009, 12:42 AM (This post was last modified: 01-27-2009 12:43 AM by Ryan Gordon.)
Post: #4
RE: "Loading.." sticks
(01-27-2009 12:32 AM)TomL Wrote:  Can't you make and then check the status of the actions, and maybe automatically set it to close after say, 3 seconds?

Javascript isn't my forte. I'm sure you could with enough effort, but is it really necessary as a bug report?
Visit this user's website Find all posts by this user
Quote this message in a reply
01-27-2009, 12:46 AM
Post: #5
RE: "Loading.." sticks
I'm sure it wouldn't take much to do it. I think it is, but it's just my opinion.
Find all posts by this user
Quote this message in a reply
02-01-2009, 07:10 AM
Post: #6
RE: "Loading.." sticks
(01-27-2009 12:32 AM)TomL Wrote:  Can't you make and then check the status of the actions, and maybe automatically set it to close after say, 3 seconds?

You could make it close after 3 seconds using a timeout, but it's pretty much useless, especially if it disappears before the request is done.

Items: CSS3 Menu/Navigation - PHP Pagination
Find all posts by this user
Quote this message in a reply
02-01-2009, 07:13 AM
Post: #7
RE: "Loading.." sticks
Well you can check the class of the "loading" container, and see if it's set to "active" - showing; or "hidden" - closed. And if it's "active", set it to "hidden" after say..3 seconds.
Find all posts by this user
Quote this message in a reply
02-01-2009, 07:16 AM
Post: #8
RE: "Loading.." sticks
You'd firstly make way too many moves for such a simple task. Secondly, by removing the loading indicator after hanging will cause more problems than it fixes. I can see it now, users reporting it as a bug for disappearing without having the post posted. Rolleyes

Items: CSS3 Menu/Navigation - PHP Pagination
Find all posts by this user
Quote this message in a reply
02-01-2009, 07:17 AM
Post: #9
RE: "Loading.." sticks
Well, true. But you can always double-check the status once it disappears. It's not really complicated..
Find all posts by this user
Quote this message in a reply
02-01-2009, 07:19 AM
Post: #10
RE: "Loading.." sticks
(02-01-2009 07:17 AM)TomL Wrote:  Well, true. But you can always double-check the status once it disappears. It's not really complicated..

It isn't complicated but it'd probably take longer to make the checks than to actually post the post. Toungue

Items: CSS3 Menu/Navigation - PHP Pagination
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication