Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fast Buttons disables any SVG links on the page #3

Open
kingsfleet opened this issue Jun 30, 2014 · 1 comment
Open

fast Buttons disables any SVG links on the page #3

kingsfleet opened this issue Jun 30, 2014 · 1 comment

Comments

@kingsfleet
Copy link

When I used this plugging where there is a in-line SVG document, the links on the SVG document no longer fire. Note entirely clear to me whether this is because of a bug in this plugin of jquery.

The inline SVG look like this:

                <svg width="300" height="400" style="align">
                     <circle cx="150" cy="50" r="30" stroke="lightgray" stroke-width="1" fill="white" />
                     <circle id="timercircle1" cx="150" cy="50" r="30" stroke="lightgray" stroke-width="1" fill="lightgray" opacity="0" />

                     <circle cx="150" cy="130" r="30" stroke="lightgray" stroke-width="1" fill="white" />
                     <circle id="timercircle2" cx="150" cy="130" r="30" stroke="lightgray" stroke-width="1" fill="lightgray" opacity="0" />

                     <circle cx="150" cy="210" r="30" stroke="lightgray" stroke-width="1" fill="white" />
                     <circle id="timercircle3" cx="150" cy="210" r="30" stroke="lightgray" stroke-width="1" fill="lightgray" opacity="0" />

                     <circle cx="150" cy="290" r="30" stroke="lightgray" stroke-width="1" fill="white" />
                     <circle id="timercircle4" cx="150" cy="290" r="30" stroke="lightgray" stroke-width="1" fill="lightgray" opacity="0" />


                     <a xlink:href="#" id="playbutton" class="playControl" onClick="html5audio.play(); return false;">
                        <text x="210" y="135">&#9654;</text>
                     </a>

                     <a xlink:href="#" id="activityindicator" class="playControl" onClick="html5audio.stop(); return false;">
                        <text x="210" y="172">?</text>
                     </a>

                     <a xlink:href="#" id="stopbutton" class="playControl" onClick="html5audio.stop(); return false;">
                        <text x="210" y="210">&#x25FC;</text>
                     </a>

                </svg>
@justinmc
Copy link
Owner

This might happen if JQuery Mobile's vclick doesn't support SVG elements...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants