Re: [galaxy-dev] Viewing Galaxy in Ipad

2013-01-04 Thread James Taylor
The fix is in this changeset, applied conditionally on iOS devices:

  
https://bitbucket.org/galaxy/galaxy-central/commits/312ba8a948a1c678bea807f4a0d3320a

On Fri, Jan 4, 2013 at 2:08 PM, James Taylor ja...@jamestaylor.org wrote:
 Carrie,

 Thank you so much for bringing this new webkit CSS attribute to our
 attention! This iOS bug has plagued us for years. I think what you
 want to do however is add this to the div containing the iframe.
 Specifically in templates/root/index.mako there is a
 unified-panel-body div that contains the iframe. Adding this attribute
 there makes scrolling work (tested only in iPhone simulator). I'll be
 committing this change to galaxy-central shortly.

 Thanks again,
 James


 On Fri, Jan 4, 2013 at 1:37 PM, Ganote, Carrie L cgan...@iu.edu wrote:
 Hi all,

 There is a problem when viewing Galaxy from the Ipad if the Tool or History
 menu needs to scroll.  Iframes do not render scrolling properly on Ios5 or
 later (even when using 2-finger scroll method). Has anyone had this issue
 and been able to fix it? We're showing off Galaxy at the PAG conference and
 we'll be using Ipads to display the page.

 Right now I'm trying to wrap contents of the toolMenuContainer in a div with
 style=-webkit-overflow-scrolling: touch;, but I could use some help since
 the toolMenu containing the tools gets inserted before my div.  If I could
 just have it render one line down:

 Source looks like:
 body class=toolMenuContainer
 div class=toolMenu ..Tools.. /div
 div class=menuWrapper
   div class=toolMenu ..Workflow.. /div
 /div
 /body


 Thanks,

 Carrie Ganote

 ___
 Please keep all replies on the list by using reply all
 in your mail client.  To manage your subscriptions to this
 and other Galaxy lists, please use the interface at:

   http://lists.bx.psu.edu/
___
Please keep all replies on the list by using reply all
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/


Re: [galaxy-dev] Viewing Galaxy in Ipad

2013-01-04 Thread Ganote, Carrie L
Hi James,

This does work in the Ipad simulator, but I can't seem to get it to work on the 
actual Ipad device. Oh, simulators. It's gotta be close though.

Thanks,

Carrie Ganote

From: ja...@taylorlab.org [ja...@taylorlab.org] on behalf of James Taylor 
[ja...@jamestaylor.org]
Sent: Friday, January 04, 2013 2:45 PM
To: Ganote, Carrie L
Cc: galaxy-dev@lists.bx.psu.edu
Subject: Re: [galaxy-dev] Viewing Galaxy in Ipad

The fix is in this changeset, applied conditionally on iOS devices:

  
https://bitbucket.org/galaxy/galaxy-central/commits/312ba8a948a1c678bea807f4a0d3320a

On Fri, Jan 4, 2013 at 2:08 PM, James Taylor ja...@jamestaylor.org wrote:
 Carrie,

 Thank you so much for bringing this new webkit CSS attribute to our
 attention! This iOS bug has plagued us for years. I think what you
 want to do however is add this to the div containing the iframe.
 Specifically in templates/root/index.mako there is a
 unified-panel-body div that contains the iframe. Adding this attribute
 there makes scrolling work (tested only in iPhone simulator). I'll be
 committing this change to galaxy-central shortly.

 Thanks again,
 James


 On Fri, Jan 4, 2013 at 1:37 PM, Ganote, Carrie L cgan...@iu.edu wrote:
 Hi all,

 There is a problem when viewing Galaxy from the Ipad if the Tool or History
 menu needs to scroll.  Iframes do not render scrolling properly on Ios5 or
 later (even when using 2-finger scroll method). Has anyone had this issue
 and been able to fix it? We're showing off Galaxy at the PAG conference and
 we'll be using Ipads to display the page.

 Right now I'm trying to wrap contents of the toolMenuContainer in a div with
 style=-webkit-overflow-scrolling: touch;, but I could use some help since
 the toolMenu containing the tools gets inserted before my div.  If I could
 just have it render one line down:

 Source looks like:
 body class=toolMenuContainer
 div class=toolMenu ..Tools.. /div
 div class=menuWrapper
   div class=toolMenu ..Workflow.. /div
 /div
 /body


 Thanks,

 Carrie Ganote

 ___
 Please keep all replies on the list by using reply all
 in your mail client.  To manage your subscriptions to this
 and other Galaxy lists, please use the interface at:

   http://lists.bx.psu.edu/

___
Please keep all replies on the list by using reply all
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/


Re: [galaxy-dev] Viewing Galaxy in Ipad

2013-01-04 Thread James Taylor
It is working for me on a real ipad (3rd gen). It isn't perfect,
sometimes it scrolls the whole page and other times the frame, but it
does seem to mostly work.

--
James Taylor, Assistant Professor, Biology/CS, Emory University


On Fri, Jan 4, 2013 at 3:55 PM, Ganote, Carrie L cgan...@iu.edu wrote:
 Hi James,

 This does work in the Ipad simulator, but I can't seem to get it to work on 
 the actual Ipad device. Oh, simulators. It's gotta be close though.

 Thanks,

 Carrie Ganote
 
 From: ja...@taylorlab.org [ja...@taylorlab.org] on behalf of James Taylor 
 [ja...@jamestaylor.org]
 Sent: Friday, January 04, 2013 2:45 PM
 To: Ganote, Carrie L
 Cc: galaxy-dev@lists.bx.psu.edu
 Subject: Re: [galaxy-dev] Viewing Galaxy in Ipad

 The fix is in this changeset, applied conditionally on iOS devices:

   
 https://bitbucket.org/galaxy/galaxy-central/commits/312ba8a948a1c678bea807f4a0d3320a

 On Fri, Jan 4, 2013 at 2:08 PM, James Taylor ja...@jamestaylor.org wrote:
 Carrie,

 Thank you so much for bringing this new webkit CSS attribute to our
 attention! This iOS bug has plagued us for years. I think what you
 want to do however is add this to the div containing the iframe.
 Specifically in templates/root/index.mako there is a
 unified-panel-body div that contains the iframe. Adding this attribute
 there makes scrolling work (tested only in iPhone simulator). I'll be
 committing this change to galaxy-central shortly.

 Thanks again,
 James


 On Fri, Jan 4, 2013 at 1:37 PM, Ganote, Carrie L cgan...@iu.edu wrote:
 Hi all,

 There is a problem when viewing Galaxy from the Ipad if the Tool or History
 menu needs to scroll.  Iframes do not render scrolling properly on Ios5 or
 later (even when using 2-finger scroll method). Has anyone had this issue
 and been able to fix it? We're showing off Galaxy at the PAG conference and
 we'll be using Ipads to display the page.

 Right now I'm trying to wrap contents of the toolMenuContainer in a div with
 style=-webkit-overflow-scrolling: touch;, but I could use some help since
 the toolMenu containing the tools gets inserted before my div.  If I could
 just have it render one line down:

 Source looks like:
 body class=toolMenuContainer
 div class=toolMenu ..Tools.. /div
 div class=menuWrapper
   div class=toolMenu ..Workflow.. /div
 /div
 /body


 Thanks,

 Carrie Ganote

 ___
 Please keep all replies on the list by using reply all
 in your mail client.  To manage your subscriptions to this
 and other Galaxy lists, please use the interface at:

   http://lists.bx.psu.edu/
___
Please keep all replies on the list by using reply all
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/