rateYo icon indicating copy to clipboard operation
rateYo copied to clipboard

Firefox error

Open aoreinoso opened this issue 5 years ago • 4 comments

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

aoreinoso avatar Aug 07 '18 16:08 aoreinoso

@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/#

prrashi avatar Sep 11 '18 14:09 prrashi

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

aoreinoso avatar Sep 12 '18 06:09 aoreinoso

@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.

prrashi avatar Sep 12 '18 07:09 prrashi

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

aoreinoso avatar Oct 22 '18 11:10 aoreinoso