8000 Minor incompatibility with Bootstrap Accessibility Plugin · Issue #60 · mythz/jquip · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Minor incompatibility with Bootstrap Accessibility Plugin #60
Open
@IngwiePhoenix

Description

@IngwiePhoenix

The accessibility plugin for Bootstrap, developed by eBay/PayPal seems to be incompatible with jquip. The respective lines of failing code:

bootstrapaccessibilityplugin/src/js/functions.js:

      $.extend( $.expr[ ":" ], {

bootstrapaccessibilityplugin/src/js/alert.js:

    $('.close').removeAttr('aria-hidden').wrapInner('<span aria-hidden="true"></span>').append('<span class="sr-only">Close</span>')

bootstrap/src/js/modal.js:
This only happens when you trigger a modal. So far the first incompatible bootstrap part.

        var e    = $.Event('show.bs.modal', { relatedTarget: _relatedTarget })

bootstrap/src/js/dropdown.js:
This error happens when you trigger a dropdown.

$parent.trigger(e = $.Event('show.bs.dropdown', relatedTarget))

Hopefully these could be resolved! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0