Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Multiple Radium bugs/issues #817

Closed
niksajanjic opened this issue Aug 18, 2016 · 8 comments
Closed

Multiple Radium bugs/issues #817

niksajanjic opened this issue Aug 18, 2016 · 8 comments

Comments

@niksajanjic
Copy link

I don't want to create 4 different issues for bugs/problems that I have with Radium, instead, I created Github repository that explains issues with short GIFs, code examples, and textual explanation. Please open issue for each bug separately if needed and keep track of it there as I also had the problem how to define a name of certain bugs. Here's the repo with full explanation on each bug:

https://github.com/EastCoastProduct/Radium-bugs

@cbravo
Copy link

cbravo commented Sep 8, 2016

I am experiencing similar problems around :hover and making sure it is correctly applied at the right times.

My issue is that I have a element that is disabled (until the form is correctly filled out) but it seems when you hover over a disabled button the hover state changes but the hover styles are not applied and then when you move your cursor OFF the disabled button the hover state is not updated causing the button to stay "hovered" and then when the button becomes enabled the hover styles are then applied even if the cursor is not on the button.

@cbravo
Copy link

cbravo commented Sep 8, 2016

ahh I see that my issue has been mentioned here #778

@niksajanjic
Copy link
Author

@cbravo I had similar issue with buttons in form where they would be disabled until form is valid and :hover styles would apply even when button is disabled, I also reported that bug along few other people but that seemed to be fixed when I downloaded Radium version 0.18.0. I can propose you to try latest release if you didn't do that already.

@niksajanjic
Copy link
Author

niksajanjic commented Sep 9, 2016

Also, I'm very unhappy with Radium and the fact that it can't even support the most basic use cases and even when someone reports the obvious issue it takes weeks before they even respond to the issue which is why we're moving away from it. I'll give it a try to new module next project, it still preserves advantages that inline styles offer but it is dynamically transforming actual inline style to true CSS which sounds better solution:

https://github.com/Khan/aphrodite

Not recommending it as I personally don't have enough experience with it, but Radium is no longer working for us.

@alexlande
Copy link
Contributor

Hey @niksajanjic, sorry you had a bad experience and that we let you down. Aphrodite is a great project, I heartily recommend it. 👍

@faalsh
Copy link

faalsh commented Oct 14, 2016

I have the same hover issue where hover state doesn't change

https://jsfiddle.net/tm8xsgkx/3/

the above code snippet explain my use case. I'm wondering if there is any plan to fix this or is it by design. Any suggestion??

@bgeihsgt
Copy link
Contributor

Any updates on this? I'm hitting this too.

@alexlande
Copy link
Contributor

Closing this as we have other tickets for these issues:

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

No branches or pull requests

5 participants