On the development version of my Web app, the clickable area of some anchors is the text area and the padding (margin and border are both zero). On the production version, only the padding is clickable. Any hints on how to track down the difference that makes a difference would be appreciated. TIA, Jeffrey -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Sun, Feb 26, 2012 at 9:08 PM, Jeffrey L. Taylor <ror-f/t7CGFWhwGcvWdFBKKxig@public.gmane.org> wrote:> On the development version of my Web app, the clickable area of some anchors > is the text area and the padding (margin and border are both zero). On the > production version, only the padding is clickable. Any hints on how to track > down the difference that makes a difference would be appreciated. > > TIA, > Jeffrey > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. >With firefox you could use firebug to discover how these properties are getting set. -- Kind Regards, Rajinder Yadav SafetyNet Test Driven Development http://safetynet.devmentor.org -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Quoting Dev Guy <devguy.ca-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> On Sun, Feb 26, 2012 at 9:08 PM, Jeffrey L. Taylor <ror-f/t7CGFWhwGcvWdFBKKxig@public.gmane.org> wrote: > > On the development version of my Web app, the clickable area of some anchors > > is the text area and the padding (margin and border are both zero). On the > > production version, only the padding is clickable. Any hints on how to track > > down the difference that makes a difference would be appreciated. > >[snip]> > With firefox you could use firebug to discover how these properties > are getting set. >The style and layout as reported by Firebug are identical. The HTML, at least right around the problematic section is identical. And the problem is not perfectly reproducible. Sometimes it''s there, sometimes not. Firefox was not restarted between non-working and working sessions. Sigh. Jeffrey -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 27 February 2012 19:13, Jeffrey L. Taylor <ror-f/t7CGFWhwGcvWdFBKKxig@public.gmane.org> wrote:> Quoting Dev Guy <devguy.ca-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: >> On Sun, Feb 26, 2012 at 9:08 PM, Jeffrey L. Taylor <ror-f/t7CGFWhwGcvWdFBKKxig@public.gmane.org> wrote: >> > On the development version of my Web app, the clickable area of some anchors >> > is the text area and the padding (margin and border are both zero). On the >> > production version, only the padding is clickable. Any hints on how to track >> > down the difference that makes a difference would be appreciated. >> > > [snip] >> >> With firefox you could use firebug to discover how these properties >> are getting set. >> > > The style and layout as reported by Firebug are identical. The HTML, at least > right around the problematic section is identical. And the problem is not > perfectly reproducible. Sometimes it''s there, sometimes not. Firefox was > not restarted between non-working and working sessions. Sigh.It may be worth checking that the html is valid. View the source in the browser and copy/paste the complete page source into the w3c html validator. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.