Open GoogleCodeExporter opened 9 years ago
You may need to use javascript in the parent page to give focus to the iframe.
Original comment by jesss...@gmail.com
on 6 Sep 2013 at 1:12
Hi, this is due to what seems to be a bug in Safari on iOS, documented here
(https://github.com/ftlabs/fastclick/issues/37) and here
(http://openradar.appspot.com/radar?id=2523403).
I've fixed this, patch attached.
Since the bug relates to attaining focus on a text box that is inside the
iframe, the fix is to put the text box outside the iframe in the host document.
This patch will only work if the svg-edit iframe is hosted on the same domain
as the main page. The text box is created on the fly, so no need to modify the
host document HTML source.
Original comment by timmacfa...@gmail.com
on 16 Oct 2013 at 5:32
Attachments:
Original issue reported on code.google.com by
dstainha...@gmail.com
on 11 Jun 2013 at 7:12