Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

IE8 Button Bindings Fix and Updated README with refreshBubblePosition #82

Merged
merged 3 commits into from
May 7, 2014

Conversation

ykka
Copy link
Contributor

@ykka ykka commented Apr 15, 2014

--- 1 ---
Hopscotch doesn't work in IE8. Hopscotch 0.2.0 broke it as in _handleBubbleClick evt argument will be undefined as it's not passed by IE8. Instead you have to grab the event from window.event object and find currentTarget as evt.srcElement.

It probably requires some testing but seems to work for me.

--- 2 ---

Updated README.md with Hopscotch's refreshBubblePosition API method in 0.2.0

Hopscotch doesn't work in IE8. Hopscotch 0.2.0 broke it as in `_handleBubbleClick` `evt` argument will be undefined as it's not passed by IE8. Instead you have to grab the event from `window.event` object and find `currentTarget` as `evt.srcElement`.

It probably requires some testing but seems to work for me.
@ykka ykka changed the title Added refreshBubblePosition to Readme.md IE8 Button Bindings Fix and Updated README with refreshBubblePosition Apr 15, 2014
@ysjwang
Copy link

ysjwang commented Apr 22, 2014

+1 to this pull request, things seem to be working in IE8 for me.

@timlindvall timlindvall added this to the 0.2.1 milestone Apr 24, 2014
@timlindvall
Copy link
Collaborator

Thanks! This change looks good to me. Adding one nitpick to the diff, but I'm still okay with merging this in otherwise. Barring any objections, I'll merge this in by EOD tomorrow.

Edit: Never mind... diff looks ok on second pass.

@ykka
Copy link
Contributor Author

ykka commented May 6, 2014

Awesome, thanks :)

On 6 May 2014, at 03:20, zimmi88 [email protected] wrote:

Thanks! This change looks good to me. Adding one nitpick to the diff, but
I'm still okay with merging this in otherwise. Barring any objections, I'll
merge this in by EOD tomorrow.


Reply to this email directly or view it on
GitHubhttps://github.com//pull/82#issuecomment-42261355
.

timlindvall added a commit that referenced this pull request May 7, 2014
IE8 Button Bindings Fix and Updated README with refreshBubblePosition
@timlindvall timlindvall merged commit 05fbd97 into LinkedInAttic:master May 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants