Commit Graph

31 Commits (0ff3dada280f172289a45793e50494a4a0730264)

Author SHA1 Message Date
Lauri Eskola 8c62a32c2d
Issue #3239123 by hooroomoo, bnjmnm, nod_: Refactor (if feasible) uses of the jQuery text function to use vanillaJS 2022-01-28 11:53:59 +02:00
Lauri Eskola 6b8783b23a
Issue #3257504 by tstoeckler, nod_, Gábor Hojtsy: Empty toolbar tray displays a stray orientation toggle 2022-01-28 11:33:19 +02:00
Lauri Eskola 68081082c0
Issue #3239134 by hooroomoo, bnjmnm, yogeshmpawar, nod_, Theresa.Grannum, larowlan: Refactor (if feasible) uses of the jQuery val function to use VanillaJS 2022-01-17 18:08:33 +02:00
Alex Pott f1e57201c2
Issue #3253148 by mherchel, longwave, ckrina, droplet: Remove IE from core's browserlist, remove non-essential CSS importing and recompile assets 2021-12-18 06:12:16 +00:00
catch b78a9333aa Issue #3246141 by lauriii, longwave: Update JavaScript dependencies prior to 9.3.0 2021-10-27 21:02:41 +01:00
Alex Pott 9ec511c812
Issue #1870006 by nod_, BarisW, alwaysworking, Renrhaf, pk188, andrewmacpherson, ranjith_kumar_k_u, vikashsoni, Gauravmahlawat, wolffereast, Wim Leers, jessebeach, xjm: HTML5 validation with table sticky header is misaligned over the toolbar 2021-05-24 12:05:48 +01:00
Alex Pott 4577772da0
Issue #3101543 by lauriii, bnjmnm, ravi.shankar, alexpott: Update core JavaScript dependencies listed in package.json 2020-01-30 09:08:38 +00:00
Alex Pott 5b657b15b8
Revert "Issue #3101543 by lauriii, bnjmnm, ravi.shankar: Update core JavaScript dependencies listed in package.json"
This reverts commit 2dadb738bf.
2020-01-28 13:14:16 +00:00
Alex Pott 2dadb738bf
Issue #3101543 by lauriii, bnjmnm, ravi.shankar: Update core JavaScript dependencies listed in package.json 2020-01-28 11:36:14 +00:00
Alex Pott d2989e4366
Issue #2952626 by Daniel Korte, tstoeckler, romainj, John Pitcairn: Toolbar tab click potentially accessing wrong element due to JavaScript event delegation 2018-12-26 20:37:48 +01:00
webchick 478ddd3118 Issue #2894283 by droplet, drpal: Improve Toolbar Height calculation to accommodate jQuery 3.0 changes 2017-07-17 13:54:37 -07:00
Lauri Eskola 612c1fa68c Issue #2880007 by drpal, nod_, droplet: Auto-fix ESLint errors and warnings 2017-07-06 09:21:40 +03:00
Lauri Eskola b67adf08f5 Issue #2542050 by droplet, nod_, dpacassi, Wim Leers, Sam152, andrewmacpherson, tameeshb, jonathanshaw, lokapujya, Daniel Schaefer, Chi, geerlingguy, tarekdj: Toolbar implementation creates super annoying re-rendering 2017-06-19 19:37:48 +03:00
Nathaniel Catchpole f3cf9c43b5 Issue #2880560 by alexpott, droplet: Fix comment added to top of .js files by build process 2017-05-23 15:31:29 +01:00
Alex Pott 8287017e03 Issue #2818825 by drpal, nod_, droplet, cilefen: Rename all JS files to *.es6.js and compile them 2017-05-19 23:12:53 +01:00
Scott Reeves 85aea4e650 Issue #2551785 by roland.molnar, nod_, MattA: Unable to scroll toolbar menu items or show contextual links on mobile browsers 2016-09-01 22:25:45 -04:00
Alex Pott 970cfb3a98 Issue #2603988 by heykarthikwithu: Unnecessary ternary condition in toolbar JS 2015-11-12 22:46:06 +00:00
Alex Pott b0e82e5871 Issue #2548195 by nod_, JohnAlbin, madhavvyas, sriharsha.uppuluri: Only use single quotes in JavaScript and update .eslintrc 2015-10-13 23:37:56 +01:00
webchick a937892097 Issue #2531688 by kekkis, nod_, eiriksm, evilfurryone: JSDoc toolbar module 2015-08-31 09:15:48 -07:00
Alex Pott 184d4b42b8 Issue #2173527 by idflood, scresante, rpayanm, mgifford, Sam152, Wim Leers: The Menu-Toolbar area should be refactored so that Tray items are nested in the same container as their associated parent Toolbar item 2015-08-06 15:28:50 +01:00
Alex Pott 0c810aa1a0 Issue #2535118 by longwave, Wim Leers, borisson_, effulgentsia: Toolbar subtrees not working on admin pages due to lack of theme negotiation on Toolbar's custom JSONP route 2015-07-29 09:12:30 +01:00
Nathaniel Catchpole cbcbfc15e6 Issue #2217985 by Berdir, Wim Leers: Replace the custom menu caching strategy in Toolbar with Core's standard caching 2015-07-14 12:34:15 +01:00
Jennifer Hodgdon 38833e0f83 Issue #2493683 by nod_, dawehner, eiriksm, Wim Leers: JSDoc for JS using Backbone 2015-06-06 08:55:42 -07:00
Alex Pott b676df9303 Issue #2031641 by aburrows, lauriii, nlisgo, Pol, redsquid, tuutti, LewisNyman, akalata, agviu, kallehauge, _nolocation, rpayanm, saki007ster, mdrummond, RavindraSingh, brahmjeet789: Change active class to is-active 2015-04-16 16:25:55 +02:00
Alex Pott a3efcb6fb3 Issue #2389515 by nod_: Update ESLint rules 2015-01-10 01:36:01 +00:00
Alex Pott c70170cb46 Issue #2175637 by Wim Leers: Touch support for the toolbar: greatly improves the UX of Toolbar on mobile devices. 2014-10-07 14:27:17 +02:00
Alex Pott ddc0b0b878 Issue #2218313 by jessebeach, dawehner: Toolbar subtree is broken if you use a different language. 2014-04-03 16:13:13 +01:00
webchick 3963af52f9 Issue #2221057 by Oostie | hsuastegui: Add a tooltip to the toggle toolbar button. 2014-03-24 09:48:02 -07:00
webchick 761632e258 Issue #2181525 by Dragan Eror, maggo, nod_ | dexterns88: Toolbar toogle button bug with click. 2014-02-06 22:48:13 -08:00
Alex Pott 2d476a5f0e Issue #1913510 by erich_s, jibran, scresante, nod_, mitron: Core Javascript Files Not Using Standard Indentation. 2014-01-27 21:41:32 +00:00
webchick c241c1baac Issue #2162407 by jibran: Split up toolbar.js. 2014-01-05 10:53:46 -08:00