Re: Browser widget scrolling

2020-07-21 Thread J. Landman Gay via use-livecode

On 7/21/20 1:39 AM, Terence Heaford via use-livecode wrote:




On 20 Jul 2020, at 21:06, J. Landman Gay via use-livecode 
 wrote:

I'm not sure if this is a bug or a feature.



It also seems to happen when the widget is empty?



Sounds like a bug report is in order. If there is a property available, it should be functional 
and this one isn't.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Browser widget scrolling

2020-07-21 Thread Terence Heaford via use-livecode



> On 20 Jul 2020, at 21:06, J. Landman Gay via use-livecode 
>  wrote:
> 
> I'm not sure if this is a bug or a feature.


It also seems to happen when the widget is empty?


Thanks

Terry
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Browser widget scrolling

2020-07-20 Thread J. Landman Gay via use-livecode

On 7/20/20 7:43 AM, Terence Heaford via use-livecode wrote:

This does not appear to work:

set the hScrollbar of widget  “myBrowser" to false

The scrollbar becomes visible when you drag resize a window.

I was expecting there to ne no scrollbar at all.

Also the checkboxes in the properties section (horizontal and vertical) do not 
work. They are always set to true.

Am I misunderstanding how this is supposed to work?


Confirmed. It seems to depend on the web site/content. If I use http://www.google.com then the 
vertical scrollbar is hidden because the size of my widget is tall enough. If I use the URL of 
my own web site, both scrollbars appear no matter how I set their visibility, and the 
checkboxes re-enable themselves if I uncheck them.


I'm not sure if this is a bug or a feature.

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Browser widget scrolling

2020-07-20 Thread Terence Heaford via use-livecode
This does not appear to work:

set the hScrollbar of widget  “myBrowser" to false

The scrollbar becomes visible when you drag resize a window.

I was expecting there to ne no scrollbar at all.

Also the checkboxes in the properties section (horizontal and vertical) do not 
work. They are always set to true.

Am I misunderstanding how this is supposed to work?


Thanks

Terry
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode