Why do effects that display an element (like Appear or Slide Down) start by displaying the element for a split second and then make the element disappear? _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
You''re seeing this in browsers besides IE? On 4/28/06, Will Merydith <will.rails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Why do effects that display an element (like Appear or Slide Down) start by > displaying the element for a split second and then make the element > disappear? > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >
Yes FF1.5 and IE6. And what I meant to say was the content appears quickly (blinks) before the effect occurs. So if I want something to appear gradually, first I will see the content blink, then it will appear/grow whatever based on the duration I assign. On 4/28/06, Andrew Kaspick <akaspick-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > You''re seeing this in browsers besides IE? > > On 4/28/06, Will Merydith <will.rails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Why do effects that display an element (like Appear or Slide Down) > start by > > displaying the element for a split second and then make the element > > disappear? > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
I have this problem also. I tracked it down to the doctype declaration. If you are using XHTML, everything is fine, HTML it blinks. Check out the bug I put in a while ago, look at the two files I included and see if you can replicate the behavior I experienced. I haven''t seen anyone working on this bug yet. http://dev.rubyonrails.org/ticket/3846 Joe Athman St. Paul Travelers - IS Investments 651-310-7597 -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Will Merydith Sent: Friday, April 28, 2006 11:50 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Effects fully display before effect Yes FF1.5 and IE6. And what I meant to say was the content appears quickly (blinks) before the effect occurs. So if I want something to appear gradually, first I will see the content blink, then it will appear/grow whatever based on the duration I assign. On 4/28/06, Andrew Kaspick <akaspick-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: You''re seeing this in browsers besides IE? On 4/28/06, Will Merydith <will.rails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Why do effects that display an element (like Appear or Slide Down)start by> displaying the element for a split second and then make the element > disappear? > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs =============================================================================This communication, together with any attachments hereto or links contained herein, is for the sole use of the intended recipient(s) and may contain information that is confidential or legally protected. If you are not the intended recipient, you are hereby notified that any review, disclosure, copying, dissemination, distribution or use of this communication is STRICTLY PROHIBITED. If you have received this communication in error, please notify the sender immediately by return e-mail message and delete the original and all copies of the communication, along with any attachments hereto or links herein, from your system. =============================================================================The St. Paul Travelers e-mail system made this annotation on 04/28/06, 14:04:14. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Doc types can change rendering methods that a browser uses. There are three modes: strict, compatibility, and one other that is a mix between the two. I don''t remember the specifics, but you can find that type of information by googl''ing for it. -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Athman,Joseph J Sent: Friday, April 28, 2006 2:04 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Effects fully display before effect I have this problem also. I tracked it down to the doctype declaration. If you are using XHTML, everything is fine, HTML it blinks. Check out the bug I put in a while ago, look at the two files I included and see if you can replicate the behavior I experienced. I haven''t seen anyone working on this bug yet. http://dev.rubyonrails.org/ticket/3846 Joe Athman St. Paul Travelers - IS Investments 651-310-7597 -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Will Merydith Sent: Friday, April 28, 2006 11:50 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Effects fully display before effect Yes FF1.5 and IE6. And what I meant to say was the content appears quickly (blinks) before the effect occurs. So if I want something to appear gradually, first I will see the content blink, then it will appear/grow whatever based on the duration I assign. On 4/28/06, Andrew Kaspick < akaspick-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: You''re seeing this in browsers besides IE? On 4/28/06, Will Merydith < will.rails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Why do effects that display an element (like Appear or Slide Down) start by > displaying the element for a split second and then make the element > disappear? > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs =============================================================================This communication, together with any attachments hereto or links contained herein, is for the sole use of the intended recipient(s) and may contain information that is confidential or legally protected. If you are not the intended recipient, you are hereby notified that any review, disclosure, copying, dissemination, distribution or use of this communication is STRICTLY PROHIBITED. If you have received this communication in error, please notify the sender immediately by return e-mail message and delete the original and all copies of the communication, along with any attachments hereto or links herein, from your system. =============================================================================The St. Paul Travelers e-mail system made this annotation on 04/28/06, 14:04:14. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
So do we know if this is the expected behavior of the effects? I really don''t have the time to go through and update my pages to be strict HTML or XHTML. Joe Athman St. Paul Travelers - IS Investments 651-310-7597 -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Martinez, Andrew Sent: Friday, April 28, 2006 1:56 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Effects fully display before effect Doc types can change rendering methods that a browser uses. There are three modes: strict, compatibility, and one other that is a mix between the two. I don''t remember the specifics, but you can find that type of information by googl''ing for it. -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Athman,Joseph J Sent: Friday, April 28, 2006 2:04 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Effects fully display before effect I have this problem also. I tracked it down to the doctype declaration. If you are using XHTML, everything is fine, HTML it blinks. Check out the bug I put in a while ago, look at the two files I included and see if you can replicate the behavior I experienced. I haven''t seen anyone working on this bug yet. http://dev.rubyonrails.org/ticket/3846 Joe Athman St. Paul Travelers - IS Investments 651-310-7597 -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Will Merydith Sent: Friday, April 28, 2006 11:50 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Effects fully display before effect Yes FF1.5 and IE6. And what I meant to say was the content appears quickly (blinks) before the effect occurs. So if I want something to appear gradually, first I will see the content blink, then it will appear/grow whatever based on the duration I assign. On 4/28/06, Andrew Kaspick <akaspick-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: You''re seeing this in browsers besides IE? On 4/28/06, Will Merydith <will.rails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Why do effects that display an element (like Appear or Slide Down)start by> displaying the element for a split second and then make the element > disappear? > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs ============================================================================This communication, together with any attachments hereto or links contained herein, is for the sole use of the intended recipient(s) and may contain information that is confidential or legally protected. If you are not the intended recipient, you are hereby notified that any review, disclosure, copying, dissemination, distribution or use of this communication is STRICTLY PROHIBITED. If you have received this communication in error, please notify the sender immediately by return e-mail message and delete the original and all copies of the communication, along with any attachments hereto or links herein, from your system. ============================================================================The St. Paul Travelers e-mail system made this annotation on 04/28/06, 14:04:14. =============================================================================This communication, together with any attachments hereto or links contained herein, is for the sole use of the intended recipient(s) and may contain information that is confidential or legally protected. If you are not the intended recipient, you are hereby notified that any review, disclosure, copying, dissemination, distribution or use of this communication is STRICTLY PROHIBITED. If you have received this communication in error, please notify the sender immediately by return e-mail message and delete the original and all copies of the communication, along with any attachments hereto or links herein, from your system. =============================================================================The St. Paul Travelers e-mail system made this annotation on 04/28/06, 15:05:56. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Sigh, fine. I did the googling for you. From the holy mecca of quirks: www.quirksmode.com <http://www.quirksmode.com/> This site should be your go-to site for quirks. If you need something specific and fast, use Google''s site restriction function by searching: doctypes site:quirksmode.org That brought me to: http://www.quirksmode.org/css/quirksmode.html If you scroll down to the compatibility table, look for "img display" on the left side. I believe that is what you are looking for. -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Athman,Joseph J Sent: Friday, April 28, 2006 3:06 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Effects fully display before effect So do we know if this is the expected behavior of the effects? I really don''t have the time to go through and update my pages to be strict HTML or XHTML. Joe Athman St. Paul Travelers - IS Investments 651-310-7597 -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Martinez, Andrew Sent: Friday, April 28, 2006 1:56 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Effects fully display before effect Doc types can change rendering methods that a browser uses. There are three modes: strict, compatibility, and one other that is a mix between the two. I don''t remember the specifics, but you can find that type of information by googl''ing for it. -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Athman,Joseph J Sent: Friday, April 28, 2006 2:04 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Effects fully display before effect I have this problem also. I tracked it down to the doctype declaration. If you are using XHTML, everything is fine, HTML it blinks. Check out the bug I put in a while ago, look at the two files I included and see if you can replicate the behavior I experienced. I haven''t seen anyone working on this bug yet. http://dev.rubyonrails.org/ticket/3846 Joe Athman St. Paul Travelers - IS Investments 651-310-7597 -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Will Merydith Sent: Friday, April 28, 2006 11:50 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Effects fully display before effect Yes FF1.5 and IE6. And what I meant to say was the content appears quickly (blinks) before the effect occurs. So if I want something to appear gradually, first I will see the content blink, then it will appear/grow whatever based on the duration I assign. On 4/28/06, Andrew Kaspick < akaspick-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: You''re seeing this in browsers besides IE? On 4/28/06, Will Merydith < will.rails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Why do effects that display an element (like Appear or Slide Down) start by > displaying the element for a split second and then make the element > disappear? > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs =============================================================================This communication, together with any attachments hereto or links contained herein, is for the sole use of the intended recipient(s) and may contain information that is confidential or legally protected. If you are not the intended recipient, you are hereby notified that any review, disclosure, copying, dissemination, distribution or use of this communication is STRICTLY PROHIBITED. If you have received this communication in error, please notify the sender immediately by return e-mail message and delete the original and all copies of the communication, along with any attachments hereto or links herein, from your system. =============================================================================The St. Paul Travelers e-mail system made this annotation on 04/28/06, 14:04:14. =============================================================================This communication, together with any attachments hereto or links contained herein, is for the sole use of the intended recipient(s) and may contain information that is confidential or legally protected. If you are not the intended recipient, you are hereby notified that any review, disclosure, copying, dissemination, distribution or use of this communication is STRICTLY PROHIBITED. If you have received this communication in error, please notify the sender immediately by return e-mail message and delete the original and all copies of the communication, along with any attachments hereto or links herein, from your system. =============================================================================The St. Paul Travelers e-mail system made this annotation on 04/28/06, 15:05:56. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
FYI, I made a mistake, that is the answer to my problem. Even so, that page is a good starting place for you. Just ignore the "img display" part. -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Martinez, Andrew Sent: Friday, April 28, 2006 3:17 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Effects fully display before effect Sigh, fine. I did the googling for you. From the holy mecca of quirks: www.quirksmode.com <http://www.quirksmode.com/> This site should be your go-to site for quirks. If you need something specific and fast, use Google''s site restriction function by searching: doctypes site:quirksmode.org That brought me to: http://www.quirksmode.org/css/quirksmode.html If you scroll down to the compatibility table, look for "img display" on the left side. I believe that is what you are looking for. -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Athman,Joseph J Sent: Friday, April 28, 2006 3:06 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Effects fully display before effect So do we know if this is the expected behavior of the effects? I really don''t have the time to go through and update my pages to be strict HTML or XHTML. Joe Athman St. Paul Travelers - IS Investments 651-310-7597 -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Martinez, Andrew Sent: Friday, April 28, 2006 1:56 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Effects fully display before effect Doc types can change rendering methods that a browser uses. There are three modes: strict, compatibility, and one other that is a mix between the two. I don''t remember the specifics, but you can find that type of information by googl''ing for it. -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Athman,Joseph J Sent: Friday, April 28, 2006 2:04 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Effects fully display before effect I have this problem also. I tracked it down to the doctype declaration. If you are using XHTML, everything is fine, HTML it blinks. Check out the bug I put in a while ago, look at the two files I included and see if you can replicate the behavior I experienced. I haven''t seen anyone working on this bug yet. http://dev.rubyonrails.org/ticket/3846 Joe Athman St. Paul Travelers - IS Investments 651-310-7597 -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Will Merydith Sent: Friday, April 28, 2006 11:50 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Effects fully display before effect Yes FF1.5 and IE6. And what I meant to say was the content appears quickly (blinks) before the effect occurs. So if I want something to appear gradually, first I will see the content blink, then it will appear/grow whatever based on the duration I assign. On 4/28/06, Andrew Kaspick < akaspick-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: You''re seeing this in browsers besides IE? On 4/28/06, Will Merydith < will.rails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Why do effects that display an element (like Appear or Slide Down) start by > displaying the element for a split second and then make the element > disappear? > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs =============================================================================This communication, together with any attachments hereto or links contained herein, is for the sole use of the intended recipient(s) and may contain information that is confidential or legally protected. If you are not the intended recipient, you are hereby notified that any review, disclosure, copying, dissemination, distribution or use of this communication is STRICTLY PROHIBITED. If you have received this communication in error, please notify the sender immediately by return e-mail message and delete the original and all copies of the communication, along with any attachments hereto or links herein, from your system. =============================================================================The St. Paul Travelers e-mail system made this annotation on 04/28/06, 14:04:14. =============================================================================This communication, together with any attachments hereto or links contained herein, is for the sole use of the intended recipient(s) and may contain information that is confidential or legally protected. If you are not the intended recipient, you are hereby notified that any review, disclosure, copying, dissemination, distribution or use of this communication is STRICTLY PROHIBITED. If you have received this communication in error, please notify the sender immediately by return e-mail message and delete the original and all copies of the communication, along with any attachments hereto or links herein, from your system. =============================================================================The St. Paul Travelers e-mail system made this annotation on 04/28/06, 15:05:56. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
I''m confused. I am using the same DOCTYPE as the script.actulo.us site DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" And I am getting the ''broken'' behavior. On 4/28/06, Martinez, Andrew <Andrew.Martinez-9sMr025MA47QT0dZR+AlfA@public.gmane.org> wrote:> > FYI, I made a mistake, that is the answer to my problem. Even so, that > page is a good starting place for you. Just ignore the "img display" part. > > > > -Andrew Martinez > > > > -----Original Message----- > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]*On Behalf Of *Martinez, > Andrew > *Sent:* Friday, April 28, 2006 3:17 PM > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > *Subject:* RE: [Rails-spinoffs] Effects fully display before effect > > > > Sigh, fine. I did the googling for you. > > > > From the holy mecca of quirks: www.quirksmode.com > > This site should be your go-to site for quirks. > > > > If you need something specific and fast, use Google''s site > restriction function by searching: *doctypes site:quirksmode.org* > > > > That brought me to: > http://www.quirksmode.org/css/quirksmode.html > > > > If you scroll down to the compatibility table, look for "*img > display*" on the left side. I believe that is what you are looking for.** > > -Andrew Martinez > > > > -----Original Message----- > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]*On Behalf Of *Athman,Joseph > J > *Sent:* Friday, April 28, 2006 3:06 PM > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > *Subject:* RE: [Rails-spinoffs] Effects fully display before effect > > > > So do we know if this is the expected behavior of the effects? I really > don''t have the time to go through and update my pages to be strict HTML or > XHTML. > > > > *Joe Athman ** > **St. Paul Travelers - IS Investments ** > **651-310-7597* > > -----Original Message----- > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] *On Behalf Of *Martinez, > Andrew > *Sent:* Friday, April 28, 2006 1:56 PM > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > *Subject:* RE: [Rails-spinoffs] Effects fully display before effect > > > > Doc types can change rendering methods that a browser uses. There are > three modes: strict, compatibility, and one other that is a mix between the > two. I don''t remember the specifics, but you can find that type of > information by googl''ing for it. > > > > -Andrew Martinez > > > > -----Original Message----- > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]*On Behalf Of *Athman,Joseph > J > *Sent:* Friday, April 28, 2006 2:04 PM > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > *Subject:* RE: [Rails-spinoffs] Effects fully display before effect > > > > I have this problem also. I tracked it down to the doctype declaration. > If you are using XHTML, everything is fine, HTML it blinks. Check out the > bug I put in a while ago, look at the two files I included and see if you > can replicate the behavior I experienced. I haven''t seen anyone working on > this bug yet. > > > > http://dev.rubyonrails.org/ticket/3846 > > > > *Joe Athman ** > **St. Paul Travelers - IS Investments ** > **651-310-7597* > > -----Original Message----- > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] *On Behalf Of *Will Merydith > *Sent:* Friday, April 28, 2006 11:50 AM > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > *Subject:* Re: [Rails-spinoffs] Effects fully display before effect > > > > Yes FF1.5 and IE6. > > And what I meant to say was the content appears quickly (blinks) before > the effect occurs. So if I want something to appear gradually, first I will > see the content blink, then it will appear/grow whatever based on the > duration I assign. > > On 4/28/06, *Andrew Kaspick* <akaspick-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > You''re seeing this in browsers besides IE? > > On 4/28/06, Will Merydith <will.rails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Why do effects that display an element (like Appear or Slide Down) > start by > > displaying the element for a split second and then make the element > > disappear? > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > =============================================================================> This communication, together with any attachments hereto or links > contained herein, is for the sole use of the intended recipient(s) and may > contain information that is confidential or legally protected. If you are > not the intended recipient, you are hereby notified that any review, > disclosure, copying, dissemination, distribution or use of this > communication is STRICTLY PROHIBITED. If you have received this > communication in error, please notify the sender immediately by return > e-mail message and delete the original and all copies of the communication, > along with any attachments hereto or links herein, from your system. > > > =============================================================================> The St. Paul Travelers e-mail system made this annotation on 04/28/06, > 14:04:14. > > > =============================================================================> This communication, together with any attachments hereto or links > contained herein, is for the sole use of the intended recipient(s) and may > contain information that is confidential or legally protected. If you are > not the intended recipient, you are hereby notified that any review, > disclosure, copying, dissemination, distribution or use of this > communication is STRICTLY PROHIBITED. If you have received this > communication in error, please notify the sender immediately by return > e-mail message and delete the original and all copies of the communication, > along with any attachments hereto or links herein, from your system. > > > =============================================================================> The St. Paul Travelers e-mail system made this annotation on 04/28/06, > 15:05:56. > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs