PATRIC3 / patric3_website

Legacy PATRIC Website (JBoss Portal Version)
MIT License
5 stars 2 forks source link

Windows (~touch screen) file selection #2088

Open aswarren opened 6 years ago

aswarren commented 6 years ago

Many users at Midwestern (6-8) experienced a problem selecting a single read file in Chrome. They would make the selection in the widget, and it wouldn't show up in the field. All seemed to be windows users, many seemed to be touchscreen users as well.

  1. image

  2. image

  3. image

aswarren commented 6 years ago

This might take someone capable of debugging dojo widgets. Getting such a person on a Windows box seems like a challenge.

olsonanl commented 6 years ago

We need to be including windows testing ... no reason not to with VirtualBox and freely available VMs from Microsoft for all their browsers.

aswarren commented 6 years ago

I was able to make this work by selecting the file once, seeing it wasn't there, going back in, going up to the directory above it, going back down, and selecting the file again.

dawenx commented 5 years ago

@chris-c-thomas do you have Windows w/ touch screen?

olsonanl commented 5 years ago

Doesn’t the chrome development support allow emulation of touchscreen?

On Feb 4, 2019, at 1:52 PM, Dawen Xie notifications@github.com<mailto:notifications@github.com> wrote:

@chris-c-thomashttps://github.com/chris-c-thomas do you have Windows w/ touch screen?

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/PATRIC3/patric3_website/issues/2088#issuecomment-460388050, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ACDXIvXeQt_dAWuWPgU2sbiouuo5GqcVks5vKI9igaJpZM4WAla7.

dmachi commented 5 years ago

Chrome does support this for testing to the extent one is testing with Chrome itself. See https://developers.google.com/web/tools/chrome-devtools/device-mode/

For testing other browsers on windows, it seems support varies. https://social.msdn.microsoft.com/Forums/ie/en-US/03b6cd67-f0d2-4fb6-8d07-3ac799993383/how-do-i-emulate-touch-events-without-using-touch-screen-?forum=wpf

Several recommendations on that page and others I searched recommend using http://multitouchvista.codeplex.com/ http://multitouchvista.codeplex.com/ .

On Feb 4, 2019, at 2:56 PM, olsonanl notifications@github.com wrote:

Doesn’t the chrome development support allow emulation of touchscreen?

On Feb 4, 2019, at 1:52 PM, Dawen Xie notifications@github.com<mailto:notifications@github.com> wrote:

@chris-c-thomashttps://github.com/chris-c-thomas do you have Windows w/ touch screen?

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/PATRIC3/patric3_website/issues/2088#issuecomment-460388050, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ACDXIvXeQt_dAWuWPgU2sbiouuo5GqcVks5vKI9igaJpZM4WAla7.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

chris-c-thomas commented 5 years ago

@dawenx - I do not. Only desktop and VM on MacOS but @olsonanl is right, it does to an extent.

https://developers.google.com/web/tools/chrome-devtools/device-mode/

chris-c-thomas commented 5 years ago

@dmachi hah your response showed up right as I clicked comment.

dawenx commented 5 years ago

Yes, there is. If there's a touch screen, it would be the best option compared to simulation which is an approximation. anyway, i was going through un-assigned issues and wanted to know what kind of dev. environment people have.