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

Select Tag unclickable on Mobile #18

Open
jonfen opened this issue May 7, 2020 · 2 comments
Open

Select Tag unclickable on Mobile #18

jonfen opened this issue May 7, 2020 · 2 comments

Comments

@jonfen
Copy link

jonfen commented May 7, 2020

Hello,
I am doing some test and I have problem when the item i make sortable contain a select tag that become unclickable on mobile.

Any workaround for this?

<ul id="e_list_catalog" class="connected_list_e list_container">
    <li class="list_item_e_id" id="1">
        E01
        <select>
            <option value="0">30"</option>
            <option value="1">1'</option>
            <option value="2">2'</option>
        </select>
    </li>

    <li class="list_item_e_id" id="2">
        E02
        <select>
            <option value="0">30"</option>
            <option value="1">1'</option>
            <option value="2">2'</option>
        </select>
    </li>
    <li class="list_item_e_id" id="3">
        E03
        <select>
            <option value="0">30"</option>
            <option value="1">1'</option>
            <option value="2">2'</option>
        </select>
    </li>
</ul>

Related issue: furf#320

@RWAP
Copy link
Owner

RWAP commented May 7, 2020

Look at lines 176 to 190 of the code.

Basically it attempts to distinguish between an attempt to drag something and a click on an element by the distance moved (less than 10 pixels) and time you have your finger held down (500ms). You may need to adjust this.

I am unfortunately, not a mobile phone developer, so don't realistically know why this does not work

@RWAP
Copy link
Owner

RWAP commented Mar 14, 2021

Did you ever manage to resolve this issue?

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

2 participants