Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
Ŧ Groups Home
.SlideUp() + Firefox
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Peter Wright  
View profile  
 More options Dec 22 2009, 6:39 am
From: "Peter Wright" <Peter.Wri...@Renishaw.com>
Date: Tue, 22 Dec 2009 11:39:23 -0000
Local: Tues, Dec 22 2009 6:39 am
Subject: .SlideUp() + Firefox

Hello,

    Has anyone else ever noticed a rather disgusting scrollbar redraw
causing a page to flicker when the content shrinks in size (usually
triggered by SlideUp())?

This occurs when the document's height is reduced gradually causing the
viewport's view to be invalid multiple times a second. so the scrollbar
has to be redrawn to handle where the viewport's location matches the
bottom of the page. If anyone knows of a graceful solution to implement
handling a clean slideUp when the viewport is near the document bottom I
would much appreciate it, perhaps something to be considered in the 1.4
release?

Kind regards,

Peter Wright
--------------------------------------------------------------------------- -----------------------
This email and any attachments are confidential and are for the use of the addressee only. If you are not the addressee, you must not use or disclose the contents to any other person. Please immediately notify the sender and delete the email. Statements and opinions expressed here may not represent those of the company. Email correspondence is monitored by the company. This information may be subject to Export Control Regulation. You are obliged to comply with such Regulations

The parent company of the Renishaw Group is Renishaw plc, registered in England no. 1106260. Registered Office: New Mills, Wotton-under-Edge, Gloucestershire, GL12 8JR, United Kingdom. Tel +44 (0) 1453 524524
--------------------------------------------------------------------------- -----------------------


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
alexander farkas  
View profile  
 More options Dec 22 2009, 12:34 pm
From: alexander farkas <a.farkas...@googlemail.com>
Date: Tue, 22 Dec 2009 09:34:42 -0800 (PST)
Local: Tues, Dec 22 2009 12:34 pm
Subject: Re: .SlideUp() + Firefox
Yes, this is a big problem. But, i donīt know a solution. I wrote two
workarounds for that.

1. disable scrolbar on body + add padding-right in the size of the
scrollbar width (has to dynamically calclated) for the time the
animation occurs. between disabling scrollbar and calling slideup has
to be a short delay, so that ff can render the disabled scrollbar
before animating.

pro:
- although this sounds very obtrusive, the delayed scrollbar change isn
īt noticed by normal users
- this could be easily generalized
con:
sometimes the bad effect still happens (if someone knows a reason for
this, plz tell me)

2. animate the scrolltop of body at the same time to scroll up

pro:
- if you make the upscrplling a little faster than the slideup, the
effect doesnīt appear

con:
- you canīt generate a generalized code to do this. (multi-colum
layout etc....)

On 22 Dez., 12:39, "Peter Wright" <Peter.Wri...@Renishaw.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
maxtorque  
View profile  
 More options Jan 20 2010, 6:45 pm
From: maxtorque <nelze...@mac.com>
Date: Wed, 20 Jan 2010 15:45:13 -0800 (PST)
Local: Wed, Jan 20 2010 6:45 pm
Subject: Re: .SlideUp() + Firefox
I have also observed egregious redraw flicker when using JQuery's
animate() function in FireFox whenever content has scrollbars.  I've
taken a hidescrollbars-animate-showscrollbars workaround.  Since most
if not all of JQuery's effects are built on top of animate() it seems
that any effect that moves pixels and has scrollbars will suffer this
same bad fate.

On Dec 22 2009, 9:34 am, alexander farkas <a.farkas...@googlemail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »