On 7 June 2016 at 06:34, Ankit Raj <[email protected]> wrote: > Hello , > > > here I am making an e-commerce app. While testing I found my tab button > doesn't works for safari and chrome while it works for firefox. > > It will be great if someone can help me in figuring this problem.
The commonest reason for different behaviour in different browsers is that you have got some invalid html. Copy/paste the entire html into an html validator such as https://validator.w3.org/#validate_by_input to check this. If it still does not work having fixed the html then check for javascript errors in the browser console window. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLsPO_LTyroJCXtvUFHbGeVW6uO9OEkvr-4OATp0Y-YJXQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

