-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add support for wrapping images in links #1836
Comments
@nmetulev @WilliamABradley @skendrot
For second Point, The main issue is when the
Keep in mind that I did this on whole Renderer itself by checking If anyone has any pointers on how this can be handled, it would be very helpful. |
This is amazing. If you already have the first one implemented, I'd suggest you submit the PR for that one and lets review it :) On the second one, curious if our Mouse extension would help here? |
New PR created for first feature. I have tried using Mouse Extension also but the cursor just flicks and goes away to selector. Happens the same when |
While working on this PR, i noticed that Images can be wrapped into HyperlinkButton Content and then Mouse Pointer will show a Hand instead of a selection. Do you think its a Good idea? |
Interesting, I wonder why we didn't consider that before. Will the image still work as before? |
Yes. I can create a branch with the default content and you can check for yourself. |
PR merged |
I'm submitting a...
Current behavior
[![image](https://avatars0.githubusercontent.com/u/711864)](https://github.com/nmetulev)
Expected behavior
This is supplementing #1091 and #1807
The text was updated successfully, but these errors were encountered: