jquery-pagewalkthrough
jquery-pagewalkthrough copied to clipboard
accessible/accessable option removed?
Hi guys, Just wanted to check with you if you got rid of the accessible option? I have some form element I'd like to have accessible for user when walkthrough is displayed and I wonder if there's a way to do that with current version?
Thanks
This was probably removed in #35 but please confirm. I'd love to have such option back if possible.
We actually removed this in 05e8d9fa, to fix a couple of other bugs (#30 and #21). In that commit, we simplified the plugin and removed alot of complicated logic for "boxing in" the highlighted element (we fitted a transparent overlay over the highlighted element, and used box-shadows combined with a fullscreen dark overlay).
The intention was to re-introduce the accesibility feature at some point (see #42), but we never got around to it. We've also been planning to do a full rewrite (v3) of the project for a while, but again, haven't got round to it.
With the way it's setup now, there's no way for us to re-implement this feature without changing most of the plugin's code, so we'd probably be better off doing the full rewrite and implementing it at that point.
I understand, that's what I thought. Anyway, thanks for the response and for the ongoing development of this plugin.
No worries, sorry I can't help any further at this point in time.