-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With sizing property, the right click doesn't show the image options #77
Comments
This and #76 seem like they should be solved with a single PR: I suspect they'll be related because the solution for both of these is probably something along the lines of putting a transparent copy of the image in an img in front of the div which is handling the styling. Not critical, IMHO, but these would be nice to have. |
Indeed. I have a version of the code with this approach in it. In that people seem to be interested I'll set up the PR tomorrow when I'm back at my office. Currently, my solution involves the use of a |
I looked into drag and drop events a bit; they seem pretty flaky across browsers around the form the image given to I didn't go particularly deep into all the options here so, if drag and drop events ended up being the most reliable way to handle this, I wouldn't be that surprised. But I'm not convinced it's the best way just yet. |
As far as I know, the Polymer Elements are not going to continue developing. So I close this issue. |
Description
With sizing, the right click doesn't show the image options
Expected outcome
Showing the image options.
Actual outcome
With
sizing
property, the right click doesn't show the image options.sizing
sizing
Live Demo
https://elements.polymer-project.org/elements/iron-image?view=demo
The text was updated successfully, but these errors were encountered: