Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox error #54

Open
aoreinoso opened this issue Aug 7, 2018 · 4 comments
Open

Firefox error #54

aoreinoso opened this issue Aug 7, 2018 · 4 comments

Comments

@aoreinoso
Copy link

http://rateyo.fundoocode.ninja/

Only in firefox (in chrome is ok)

I change:

<div id="rateYo" class="pull-left jq-ry-container" style="width: 160px;"><div class="jq-ry-group-wrapper"><div class="jq-ry-normal-group jq-ry-group"><!--?xml version="1.0" encoding="utf-8"?--><svg version="1.1" xmlns="http://www.w3.org/2000/svg" ....
to

<button>
<div id="rateYo" class="pull-left jq-ry-container" style="width: 160px;"><div class="jq-ry-group-wrapper"><div class="jq-ry-normal-group jq-ry-group"><!--?xml version="1.0" encoding="utf-8"?--><svg version="1.1" xmlns="http://www.w3.org/2000/svg" ...
</button>

then it doesn't work

thanks in advance

@prrashi
Copy link
Owner

prrashi commented Sep 11, 2018

@aoreinoso , Please let me know what is not working ? can you share me a codepen ?
One more thing, you should not put all that markup , you need to just put <div id="rateYo"></div> as mentioned here http://rateyo.fundoocode.ninja/#

@aoreinoso
Copy link
Author

open firefox
just go to http://rateyo.fundoocode.ninja/
edit the page
change
<div id = "rateYo" class = "pull-left jq-ry-container" ...
to
<button> <div id = "rateYo" class = "pull-left jq-ry-container" ... </ button>
You will see that it does not work

@prrashi
Copy link
Owner

prrashi commented Sep 12, 2018

@aoreinoso

  1. You are not supposed to change already rendered UI and check if its works or not.
  2. I have created a pen here https://codepen.io/anon/pen/JaLqRB , i see the issue in firefox. I will look at it.

@aoreinoso
Copy link
Author

pen does not work. I get the same error
I work with Linux 4.4.0-137-generic # 163-Ubuntu SMP and
firefox quantum (62.0.3 (64-bit))

Sorry about the delay in responding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants