Skip to content
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

Buttons which only have a "loads" action should render an appropriate href in webclient #183

Open
tlemburg opened this issue Jun 28, 2019 · 0 comments

Comments

@tlemburg
Copy link
Collaborator

tlemburg commented Jun 28, 2019

I'm often frustrated when I make a link via a button -> loads action, or a list -> item in presenters but in the webclient, this basic link is rendered with an href of javascript:void(0) or blank, or as an HTML button and I can't do some standard browser things like middle-click it and such.

I don't know if there's a simple fix for this. Basically anything that could take a click event would need to be checkable and rendered differently if and only if the only click action is a loads. That part might not be too hard. But, there's a ton of CSS changes that could/would be involved in such an endeavor. Standard buttons currently render as the HTML button tag but these would need to be changed over to be a tags that look like buttons for this to work.

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

No branches or pull requests

1 participant