cht8687 / react-hover

React hover --- make hover easy http://cht8687.github.io/react-hover/example/
MIT License
107 stars 25 forks source link

Add IE9, IE10 support #6

Closed cht8687 closed 7 years ago

cht8687 commented 7 years ago

reported by @Laurence-infotrack...

rui-ktei commented 7 years ago

Why there hasn't been any work on this issue??? Is this project still being maintained?

cht8687 commented 7 years ago

@rui-infotrack

I am writing the V2 and currently in progress. I am going to push WIP code to a separate branch.

could I allocate this ticket to Zac ? @zac-infotrack haha.

cht8687 commented 7 years ago

@rui-infotrack

I am trying to get children's function name in here, but seems doesn't work really well.

: (

rui-ktei commented 7 years ago
triggerComponentStyle: this.props.styles.trigger,
hoverComponentStyle: this.props.styles.hoverComponent

this is not gonna work under IE9. We should just use props.styles.trigger and props.styles.hoverComponent

cht8687 commented 7 years ago

I hope this fixed the issue. Let me know if error still occur. 😄

Laurence-yau commented 7 years ago

all good now

cht8687 commented 7 years ago

@Laurence-infotrack :+1: