[jira] [Updated] (OPENMEETINGS-2360) Android/Mobile view doesn't work - Settings dialog does not work

2020-05-17 Thread Sebastian Wagner (Jira)


 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebastian Wagner updated OPENMEETINGS-2360:
---
Description: 
In the mobile/touch version following icons don't work:
 * Settings dialog

You can close it

You can't actually click and write anything into the text input.

So actually you can't edit any settings using this dialog right now on Touch 
surface.

I know the reason why. But because the ui-dialogs are all slightly different I 
probably will have to fix one by one.

!image-2020-05-18-08-33-55-760.png|width=413,height=170!
{code:java}
 {code}

  was:
In the mobile/touch version following icons don't work:
 * Math formula

You can close it

You can't actually write anything into the text area.

!image-2020-05-17-09-00-44-181.png|width=470,height=248!

Havn't found the dialog yet. But there is a fix that may work:

 
{code:java}
// Fix to move the close icon on top of the .ui-dialog-titlebar cause otherwise 
// Fix to move the close icon on top of the .ui-dialog-titlebar cause otherwise 
// touch-events are broken and you won't be able to close the dialog
$myDiv.parent().find('.ui-dialog-titlebar-close').appendTo($myDiv.parent());
{code}
 

Android/Chrome.

But I could not find the relevant window that does this in the UI code yet.


> Android/Mobile view doesn't work - Settings dialog does not work
> 
>
> Key: OPENMEETINGS-2360
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2360
> Project: Openmeetings
>  Issue Type: Bug
>  Components: UI
>Affects Versions: 5.0.0-M4
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
> Attachments: image-2020-05-18-08-33-55-760.png
>
>
> In the mobile/touch version following icons don't work:
>  * Settings dialog
> You can close it
> You can't actually click and write anything into the text input.
> So actually you can't edit any settings using this dialog right now on Touch 
> surface.
> I know the reason why. But because the ui-dialogs are all slightly different 
> I probably will have to fix one by one.
> !image-2020-05-18-08-33-55-760.png|width=413,height=170!
> {code:java}
>  {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OPENMEETINGS-2360) Android/Mobile view doesn't work - Settings dialog does not work

2020-05-17 Thread Sebastian Wagner (Jira)


 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebastian Wagner updated OPENMEETINGS-2360:
---
Attachment: image-2020-05-18-08-33-55-760.png

> Android/Mobile view doesn't work - Settings dialog does not work
> 
>
> Key: OPENMEETINGS-2360
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2360
> Project: Openmeetings
>  Issue Type: Bug
>  Components: UI
>Affects Versions: 5.0.0-M4
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
> Attachments: image-2020-05-18-08-33-55-760.png
>
>
> In the mobile/touch version following icons don't work:
>  * Math formula
> You can close it
> You can't actually write anything into the text area.
> !image-2020-05-17-09-00-44-181.png|width=470,height=248!
> Havn't found the dialog yet. But there is a fix that may work:
>  
> {code:java}
> // Fix to move the close icon on top of the .ui-dialog-titlebar cause 
> otherwise 
> // Fix to move the close icon on top of the .ui-dialog-titlebar cause 
> otherwise 
> // touch-events are broken and you won't be able to close the dialog
> $myDiv.parent().find('.ui-dialog-titlebar-close').appendTo($myDiv.parent());
> {code}
>  
> Android/Chrome.
> But I could not find the relevant window that does this in the UI code yet.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)