Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-21 Thread Christopher Zündorf
I solved that problem recently by listening to a "tap" event and change the document.location.href because there are also issues with hyperlinks on Samsung devices. http://stackoverflow.com/questions/5388036/difference-between-document-url-and-location-href As far as I see, we do nothing special

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-21 Thread Vincent Vandenschrick
Hi Christopher, Thanks for your answer. Ok for the mailto: URL. However a plain http URL doesn't work either (still only on iOS), see : http://tinyurl.com/ns2ntpw TIA, Vincent 2014-05-21 15:44 GMT+02:00 Christopher Zündorf < christopher.zuend...@1und1.de>: > Hi Vincent, > > this is not a qoo

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-21 Thread Vincent Vandenschrick
And by the way, I think that the problem you mentioned is specific to using cordova, no ? Apple explicitely supports the mailto: scheme in iOS, which is, like for the tel: scheme, very useful. https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/MailLinks/MailLinks.ht

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-21 Thread Christopher Zündorf
Hi Vincent, this is not a qooxdoo issue. iOS and mailto: does not work by default. Have a look at: http://stackoverflow.com/questions/21678891/mailto-link-not-working-in-ios-5-using-cordova Greetz Christopher Am 21.05.2014 um 15:30 schrieb Vincent Vandenschrick mailto:vvand...@gmail.com>>: H

[qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-21 Thread Vincent Vandenschrick
Hi all, I'm currently unable to have hyperlinks working in iOS (any browser) wether I can get them to work in desktop browser running the same mobile app. Basically, I'd like to have a label containing a mailto: or tel: URL. Since pointer-events are inactive by default on labels, I can re-activate

Re: [qooxdoo-devel] Potential Bug in Master/Detail-View on iPad

2014-05-21 Thread Christopher Zündorf
http://bugs.qooxdoo.org/show_bug.cgi?id=8371 Fixed Am 21.05.2014 um 10:57 schrieb Christopher Zündorf mailto:christopher.zuend...@1und1.de>>: Ok, i verified that bug, and had the same problem. Could you open a bug for it ? Greetz Christopher Am 20.05.2014 um 17:28 schrieb Tobias Roeder mail

Re: [qooxdoo-devel] Potential Bug in Master/Detail-View on iPad

2014-05-21 Thread Christopher Zündorf
I already opened a bug for it, and fix it. Greetz Christopher Am 21.05.2014 um 10:57 schrieb Christopher Zündorf : > Ok, > > i verified that bug, and had the same problem. > > Could you open a bug for it ? > > Greetz > Christopher > > Am 20.05.2014 um 17:28 schrieb Tobias Roeder : > >> H

Re: [qooxdoo-devel] Rendering issues in Chrome version 33 and 34 due to overflow style

2014-05-21 Thread Defero
Good catch, we're having the same issue that i couldn't find the cause of. In our case we had a splitpane, a bunch of tables on the left and an iframe on the right. The iframe was showing a pdf. Whenever you pushed the splitpane for the left side to be less then 50% the window frame of the iframe,

[qooxdoo-devel] Rendering issues in Chrome version 33 and 34 due to overflow style

2014-05-21 Thread Jeroen Smit
Hi, We are encountering rendering issues in certain Chrome versions when using HTML5 canvas controls (through KineticJC) in our application based on Qx version 3.0.2. The issues all consist of controls (toolbars/windows/tooltips) not being shown (divs available in the DOM but not visible). When

[qooxdoo-devel] scrollX in form.List

2014-05-21 Thread Micha
Hi, I have a form.List with ListItems with long labels. The List has scrollX="on" but the I cannot scroll to see thewhole label. The same in this example, the labels are cut off, instead of scrollable: http://tinyurl.com/q5t2z5d How to make the list scrollX work? thanks for answering, Michael

Re: [qooxdoo-devel] Potential Bug in Master/Detail-View on iPad

2014-05-21 Thread Christopher Zündorf
Ok, i verified that bug, and had the same problem. Could you open a bug for it ? Greetz Christopher Am 20.05.2014 um 17:28 schrieb Tobias Roeder : > Hey folks, > > I stumbled across a problem and I'd like to hear if any of you are > experiencing any similiar behaviour. > > I have a qooxdoo

Re: [qooxdoo-devel] Master-detail regression on master

2014-05-21 Thread Christopher Zündorf
Hi Vincent, no problem =) discovered that bug yesterday =) Greetz Christopher Am 21.05.2014 um 09:05 schrieb Vincent Vandenschrick mailto:vvand...@gmail.com>>: Oups, sorry for the noise. It seems that it was already referenced and fixed : http://bugzilla.qooxdoo.org/show_bug.cgi?id=8366 Vince

Re: [qooxdoo-devel] Master-detail regression on master

2014-05-21 Thread Vincent Vandenschrick
Oups, sorry for the noise. It seems that it was already referenced and fixed : http://bugzilla.qooxdoo.org/show_bug.cgi?id=8366 Vincent 2014-05-21 7:54 GMT+02:00 Vincent Vandenschrick : > Hi qooxdooers ! > > There seems to be a weird regression on mobile master. When reverse > transitioning usi