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

Input boxes inside sortable always get focus at beginning of input box #5

Open
ghost opened this issue May 25, 2014 · 4 comments
Open

Comments

@ghost
Copy link

ghost commented May 25, 2014

After enabling sortable I am unable to modify the default value for input boxes

What happens is that the cursor gets focus at the beginning of the value for an input box. So if there is a value defined in the template, then I cannot edit it!

Example:

ul
{{#datalist}}
li class="itemwrap" decorator="sortable"
div class="content_item_entry"
div class="item_entry_grip"
i class="fa fa-bars text-muted" /i
/div
div class="item_details_container"
input class="item_entry_section" value="{{title}}"/
/li
{{/datalist}}
/ul

The input's default value cannot be edited.

Thanks,

@ghost
Copy link
Author

ghost commented May 25, 2014

It seems like the keyboard left and right arrows work, however the mouse doesn't... Investigating....

@zaus
Copy link

zaus commented Feb 22, 2016

You can double-click the text, or CTRL+A, but the drag event has been hijacked by the plugin...

@zaus
Copy link

zaus commented Feb 22, 2016

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