gitlab-org--gitlab-foss/spec/javascripts/fixtures
Luke Bennett b4398de5c5
Added new non-selectable selector exclusions to fix arrow key events, fixed the simulated clicking of a row and fixed the conflict between enter key form submit and enter key row selection
Added bootstrap dropdown event triggers to invoke the open and close methods of the dropdown, allowing for the binding of array key events

Added #17465 fix entry to CHANGELOG

Fixed multi-dropdown selected row index conflict

Fixed whitespace diff

Added padding to the dropdown content iterative scroll as well as new conditional scrolls to scroll all the way to the top when the first item of a list is selected and to scroll all the way to the bottom when the last item of a list is selected

Added conditionals to the enable and disable autocomplete methods to stop multiple invocations without any enabled/disabled state change

Fixes some incorrect firing of requests. The dropdown box was invoking a new query every time it closed and the GitLabDropdownRemote callback was invoking a new query which was causing the dropdown double render issue.

Added .selectable css class to dropdown list items that are not dividers or headers and altered selectors to account for that. Moved scroll padding Number to variable.

Removed unused method

Started Dropdown tests

Added fixture and began first test

Almost finished, navigation done, action and close needed

YAY. TESTS DONE.

Altered test and fixed click

started removing selectable class use

Fixed as reviewed

altered selection method

Fixed autocomplete shutting dropdown on arrow key use

patched XSS vulns

updated tests

f

Added click fixes
2016-08-18 18:17:56 +01:00
..
behaviors Added tests for award emoji feature. 2016-06-06 11:10:10 +02:00
u2f Fix teaspoon spec. 2016-06-15 08:16:57 +05:30
application.html.haml Prevent default disabled buttons and links. 2016-06-15 11:37:45 -04:00
awards_handler.html.haml Added tests for award emoji feature. 2016-06-06 11:10:10 +02:00
emoji_menu.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
gl_dropdown.html.haml Added new non-selectable selector exclusions to fix arrow key events, fixed the simulated clicking of a row and fixed the conflict between enter key form submit and enter key row selection 2016-08-18 18:17:56 +01:00
issuable.html.haml Remove jasmine-fixture, use teaspoon fixtures 2015-05-28 18:22:32 -04:00
issue_note.html.haml Remove jasmine-fixture, use teaspoon fixtures 2015-05-28 18:22:32 -04:00
issues_show.html.haml Remove `pinTo` from `Flash` and make inline flash messages look nicer (!4854) 2016-06-30 23:53:22 +02:00
line_highlighter.html.haml Apply new design to files page 2015-10-13 16:41:48 +02:00
merge_request_tabs.html.haml Make tab target selectors less naive 2015-12-08 14:47:28 -05:00
merge_requests_show.html.haml Rename .issuable-details to .detail-page (and -header and -description) 2015-12-16 16:13:22 +01:00
new_branch.html.haml Add specs for JS validation for invalid characters in branch name 2015-12-17 19:45:43 -02:00
project_title.html.haml Updated based on Ruby feedback 2016-04-12 13:10:43 -04:00
projects.json added tests 2016-01-30 16:01:50 +00:00
right_sidebar.html.haml Added specs for right sidebar. 2016-05-12 00:38:01 +03:00
search_autocomplete.html.haml Added tests for categorised search autocomplete. 2016-06-07 17:54:29 +03:00
zen_mode.html.haml Tests update 2016-04-04 10:48:49 +01:00