[BUG]: Hover effect on Facebook share button
Closed this issue · 15 comments
Kindly explain, what is the issue or what bug do you want to be fixed?
After the page is fully loaded,
when ever any user hover on facebook share button.
the button reanimate,
we want any one to remove that reanimation .
make sure to read the contribution rules.
Screenshot of the issue.
What browsers are you seeing the problem on?
No response
Code of Conduct
- i have read the contribution guideline
- i am sure, this issue is not raised before.
Do you want to fix the issue?
None
could you assgin me
well the issue goes for twitter button also,
can you fix that also?
i am uupdating the issue title
yeah sure
assigned,
star the repo, and do the work
The error occurred due to adding a new div through the event listener of the Twitter and Facebook icon
The error occurred due to adding a new div through the event listener of the Twitter and Facebook icon
i dont think so,
do you understand the problem?
The error occurred due to adding a new div through the event listener of the Twitter and Facebook icon
did you understand the problem?
Whenever I add the inner HTML through this event listener the bug occurs
I comment on this lines inner HTML then its working fine
The error occurred due to adding a new div through the event listener of the Twitter and Facebook icon
did you understand the problem?
Whenever I add the inner HTML through this event listener the bug occurs I comment on this lines inner HTML then its working fine
exactly,
innerHTML.
but one thing you have to fix is that.
you should not comment code inside code.
either keep it or delete it.
Make a PR , if you fix it
The error occurred due to adding a new div through the event listener of the Twitter and Facebook icon
Did you understand the problem?
Whenever I add the inner HTML through this event listener the bug occurs I comment on this lines inner HTML then its working fine
exactly, innerHTML. but one thing you have to fix is that. you should not comment code inside code. either keep it or delete it.
I mean I just explain you the error so for facebook i added the link directly to element not after the event listener
but for twitter the link is customize so I just need to this in that way i can access customize link
but you can fix it by using another event rather than mouse enter.
think about it.
with another event same problem occur
with another event same problem occur
well,
if you use "load", it wont occur.
but you have to fix other thing with it.
can you fix both facebook and twitter?
with another event same problem occur
well, if you use "load", it wont occur. but you have to fix other thing with it. can you fix both facebook and twitter?
Yes I tried this but then the button will do not work
ok, just fix the facebook button,
and make a PR.
i will see the rest