ogazitt / product

BuiltSteady product repository
1 stars 0 forks source link

Chrome refresh issues make Chrome experience pretty bad #12

Closed ogazitt closed 12 years ago

ogazitt commented 12 years ago

Every operation that causes an ajax call appears to result in 4 UI refreshes. In Chrome, if a Category is open, this causes the close/open animation on the category to get triggered 4 times. This is quite disconcerting for a user.

Another example: the "repeat activity" button generates 8 close/open animation cycles.

SteveMillet commented 12 years ago

Yes, it doubled because we now refresh both before and after server call to get server changes. Repeat tries to avoid refresh, but the quick fix for getting server changes is causing refreshes anyhow. There may be some tricks I can play to reduce this. It is also annoying that Chrome redraws expanded items in a collapsed state, then expands them. IE does not have this issue

Is this a MVP or post-MVP bug?

Sent from my iPad

On Sep 17, 2012, at 11:04 PM, Omri Gazitt notifications@github.com wrote:

Every operation that causes an ajax call appears to result in 4 UI refreshes. In Chrome, if a Category is open, this causes the close/open animation on the category to get triggered 4 times. This is quite disconcerting for a user.

Another example: the "repeat activity" button generates 8 close/open animation cycles.

— Reply to this email directly or view it on GitHub.

ogazitt commented 12 years ago

I think this is an MVP bug. I wouldn't ask anyone to use the product as a chrome user until we fix it.. I can ask Sam to test in IE but most other early adopters will want to use chrome.

Sent from my iPad

On Sep 17, 2012, at 11:30 PM, SteveMillet notifications@github.com wrote:

Yes, it doubled because we now refresh both before and after server call to get server changes. Repeat tries to avoid refresh, but the quick fix for getting server changes is causing refreshes anyhow. There may be some tricks I can play to reduce this. It is also annoying that Chrome redraws expanded items in a collapsed state, then expands them. IE does not have this issue

Is this a MVP or post-MVP bug?

Sent from my iPad

On Sep 17, 2012, at 11:04 PM, Omri Gazitt notifications@github.com wrote:

Every operation that causes an ajax call appears to result in 4 UI refreshes. In Chrome, if a Category is open, this causes the close/open animation on the category to get triggered 4 times. This is quite disconcerting for a user.

Another example: the "repeat activity" button generates 8 close/open animation cycles.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub.

ogazitt commented 12 years ago

resolved fixed by steve.