]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Marius Olbertz [Tue, 25 Apr 2017 05:42:14 +0000 (07:42 +0200)]
Added test for focus on close.
Marius Olbertz [Tue, 25 Apr 2017 05:41:51 +0000 (07:41 +0200)]
Removed condition with what input for focus on close.
Marius Olbertz [Tue, 25 Apr 2017 05:34:43 +0000 (07:34 +0200)]
Removed debug logging.
Marius Olbertz [Tue, 25 Apr 2017 05:30:51 +0000 (07:30 +0200)]
Use button as Reveal toggle in visual tests.
Substituted links with buttons to have semantically correct tag usage.
As those toggles do not lead to a new page they should be buttons.
Marius Olbertz [Tue, 25 Apr 2017 05:30:51 +0000 (07:30 +0200)]
Use button as Reveal toggle in docs.
Substituted links with buttons to have semantically correct tag usage.
As those toggles do not lead to a new page they should be buttons.
Marius Olbertz [Tue, 25 Apr 2017 05:29:52 +0000 (07:29 +0200)]
Move focus back to anchor when closed.
Marius Olbertz [Fri, 21 Apr 2017 15:21:46 +0000 (17:21 +0200)]
Fixed space and enter not closing Reveal modals.
Refactored the component to not use special keyboard listening for opening and closing.
Normal event triggering with `click` event being emitted using space and enter is used now.
Added test for clicking close button.
Marius Olbertz [Fri, 21 Apr 2017 15:21:05 +0000 (17:21 +0200)]
Refactored Reveal tests to work correctly with async execution.
Kevin Ball [Thu, 20 Apr 2017 18:20:23 +0000 (11:20 -0700)]
Merge pull request #9972 from zurb/re-add-aria-to-tabs
Add back aria-hidden true to tabs for consistency.
Kevin Ball [Thu, 20 Apr 2017 17:12:07 +0000 (10:12 -0700)]
Add back aria-hidden true to tabs for consistency. Update tests to understand correct attribute removal
Kevin Ball [Thu, 20 Apr 2017 16:50:40 +0000 (09:50 -0700)]
Merge pull request #9966 from brettsmason/offcanvas-transition-length
Add correct implementation of `transition-time` attribute.
Kevin Ball [Thu, 20 Apr 2017 16:35:34 +0000 (09:35 -0700)]
Merge pull request #9967 from brettsmason/off-canvas-reveal-transition
Remove transition for `.reveal-for-*` classes
Brett Mason [Thu, 20 Apr 2017 10:22:08 +0000 (11:22 +0100)]
Remove transition for `.reveal-for-*` classes
Brett Mason [Thu, 20 Apr 2017 09:52:12 +0000 (10:52 +0100)]
Add correct implementation of `transition-time` attribute. Also include visual test to confirm.
Kevin Ball [Wed, 19 Apr 2017 17:20:31 +0000 (10:20 -0700)]
Merge pull request #9963 from Owlbertz/home-end-slider
Home end slider
Kevin Ball [Wed, 19 Apr 2017 17:07:53 +0000 (10:07 -0700)]
Merge pull request #9868 from IamManchanda/hotfix/meter-webkit-appearance
Fix #9866 - Hack to disable `-webkit-appearance` from getting prefixed
Kevin Ball [Wed, 19 Apr 2017 16:51:06 +0000 (09:51 -0700)]
Merge pull request #9812 from jellisii/develop
Added ability to disable accordion controls.
Marius Olbertz [Wed, 19 Apr 2017 15:12:56 +0000 (17:12 +0200)]
Added tests for home and end keyboard events.
Marius Olbertz [Wed, 19 Apr 2017 15:12:28 +0000 (17:12 +0200)]
Added home and end keys to keyboard event mock.
Marius Olbertz [Wed, 19 Apr 2017 05:40:06 +0000 (07:40 +0200)]
Added keyboard bindings for home and end.
Home sets value to minimum.
End sets value to maximum.
This implementation follows the w3 specs.
Marius Olbertz [Wed, 19 Apr 2017 05:39:40 +0000 (07:39 +0200)]
Added home and end keys to keyboard util.
Kevin Ball [Wed, 19 Apr 2017 00:08:44 +0000 (17:08 -0700)]
Merge pull request #9743 from zurb/card-flexstyles
Adds flex to card-divider and fixes card width for narrow content
Kevin Ball [Tue, 18 Apr 2017 23:42:09 +0000 (16:42 -0700)]
Merge pull request #9654 from Owlbertz/keyboard-mock
Keyboard mock
Kevin Ball [Tue, 18 Apr 2017 22:40:21 +0000 (15:40 -0700)]
Merge pull request #9531 from zurb/card-variable-change
Changes Card variable naming
Kevin Ball [Tue, 18 Apr 2017 22:33:45 +0000 (15:33 -0700)]
Merge pull request #9601 from zurb/refactor-touch-for-better-encapsulation
Refactor touch for better encapsulation
Kevin Ball [Tue, 18 Apr 2017 22:28:03 +0000 (15:28 -0700)]
Merge pull request #9626 from zurb/fix-global-resize-handler-in-interchange
Replace global resize handler in interchange with zf trigger
Kevin Ball [Tue, 18 Apr 2017 19:02:47 +0000 (12:02 -0700)]
Merge pull request #9916 from IamManchanda/hotfix/aria-hidden-incorrect-usage
Fixes #9913: Removed aria-hidden and using is-active for targeting active tabs
Kevin Ball [Tue, 18 Apr 2017 18:04:34 +0000 (11:04 -0700)]
Merge pull request #9960 from Owlbertz/tabs-keyboard
Fixed keyboard navigation for Tabs
Kevin Ball [Tue, 18 Apr 2017 17:46:31 +0000 (10:46 -0700)]
Merge pull request #9956 from Owlbertz/accordion-space-fix
Fixed Accordion Menu scrolling when using space.
Kevin Ball [Tue, 18 Apr 2017 17:45:19 +0000 (10:45 -0700)]
Merge pull request #9954 from dragthor/patch-2
Update README.md - Javascript Unit Tests
Kevin Ball [Tue, 18 Apr 2017 17:13:23 +0000 (10:13 -0700)]
Merge pull request #9949 from designerno1/drilldown-destroy-invisible
[Drilldown] also remove the invisible class on destroy
Kevin Ball [Tue, 18 Apr 2017 17:11:58 +0000 (10:11 -0700)]
Merge pull request #9948 from designerno1/fix-drilldown-mutate-multi
[Drilldown] fixes mutateme.zf.trigger fires as often as many submenu you got beca…
Marius Olbertz [Tue, 18 Apr 2017 06:35:49 +0000 (08:35 +0200)]
Make Tabs contents focusable using tab.
Setting tabindex on properly now prevents tabs from being focused when using tabs rather than the content.
Marius Olbertz [Tue, 18 Apr 2017 06:35:36 +0000 (08:35 +0200)]
Added focusable elements to examples for tabs.
Kevin Ball [Mon, 17 Apr 2017 23:26:07 +0000 (16:26 -0700)]
Merge pull request #9848 from jeromelebleu/fix-animated-reveal-closing
[Reveal] Fix closing when Motion UI is used
Kevin Ball [Mon, 17 Apr 2017 21:45:26 +0000 (14:45 -0700)]
Merge pull request #9933 from dragthor/box-tests
[Test] Start of Box tests
Kevin Ball [Mon, 17 Apr 2017 21:06:51 +0000 (14:06 -0700)]
Merge pull request #9930 from IamManchanda/issue-template/add-question-browser-devices
[Issue Template] Added a question: Browser(s) and Device(s) tested on?
Kevin Ball [Mon, 17 Apr 2017 21:02:36 +0000 (14:02 -0700)]
Merge pull request #9929 from zurb/add-browserstack-account
Add browserstack api access
Kevin Ball [Mon, 17 Apr 2017 20:45:27 +0000 (13:45 -0700)]
Merge pull request #9927 from IamManchanda/hotfix/flexbox-topbar-margin-auto
Added `margin-left: auto` to top-bar-right & vice versa!
Kevin Ball [Mon, 17 Apr 2017 20:29:47 +0000 (13:29 -0700)]
Merge branch 'artursopelnik-develop' into develop
Kevin Ball [Mon, 17 Apr 2017 20:29:31 +0000 (13:29 -0700)]
Merge branch 'master' into develop
Kevin Ball [Mon, 17 Apr 2017 20:29:19 +0000 (13:29 -0700)]
Merge branch 'master' into artursopelnik-develop
Kevin Ball [Mon, 17 Apr 2017 20:29:15 +0000 (13:29 -0700)]
Merge branch 'develop' of git://github.com/artursopelnik/foundation-sites into artursopelnik-develop
Marius Olbertz [Fri, 14 Apr 2017 14:27:20 +0000 (16:27 +0200)]
Fixed Accordion Menu scrolling when using space.
Addresses #9953.
Kristofer Krause [Thu, 13 Apr 2017 20:18:10 +0000 (16:18 -0400)]
Update README.md
To run javascript unit tests locally the command has changed to: `npm run test:javascript:phantomjs`
jk [Tue, 11 Apr 2017 18:53:34 +0000 (20:53 +0200)]
also remove the invisible class on destroy
jk [Tue, 11 Apr 2017 18:25:57 +0000 (20:25 +0200)]
fixes mutateme.zf.trigger fires as often as many submenu you got because it's in the _events($elem) function, and this gets bound as manu times you got submenues.
i'got a menu with 92 submenu's and wondered why the performance is so weak on clicking on the responsiveToggle, so i started searching an found that the mutateme event gets fired as many times as there are submenus, and on the drilldown then 92 times the _getMaxDims was executedthis calcs the heights and so on and is very performant, so i debugged it an moved it to the _registerEvents function
big performance improvement
canterberrie [Mon, 10 Apr 2017 19:01:50 +0000 (12:01 -0700)]
Merge pull request #9944 from IamManchanda/reopen/button-hollow-disabled
Reopen #9835, Closes #9832 - Hollow button disabled consistency fix
harry [Mon, 10 Apr 2017 18:02:33 +0000 (23:32 +0530)]
Corrected grammatical error !
harry [Mon, 10 Apr 2017 17:53:29 +0000 (23:23 +0530)]
Moved nested hover focus on disabled to `button-hollow` mixin!
harry [Mon, 10 Apr 2017 17:50:44 +0000 (23:20 +0530)]
Added Docs for disabled hollow buttons.
harry [Mon, 10 Apr 2017 16:55:16 +0000 (22:25 +0530)]
Reopen #9835, Closes #9832 - Hollow button disabled consistency fix
Kevin Ball [Mon, 10 Apr 2017 16:26:08 +0000 (09:26 -0700)]
Merge pull request #9943 from zurb/revert-9835-hotfix/button-hollow-disabled
Revert "Hollow button disabled consistency fix #9832"
Kevin Ball [Mon, 10 Apr 2017 16:25:04 +0000 (09:25 -0700)]
Revert "Hollow button disabled consistency fix #9832"
canterberrie [Mon, 10 Apr 2017 14:09:25 +0000 (07:09 -0700)]
Merge pull request #9835 from IamManchanda/hotfix/button-hollow-disabled
Hollow button disabled consistency fix #9832
canterberrie [Mon, 10 Apr 2017 14:08:23 +0000 (07:08 -0700)]
Merge branch 'develop' into hotfix/button-hollow-disabled
Jérôme Lebleu [Sun, 9 Apr 2017 14:47:02 +0000 (16:47 +0200)]
Maintain behavior when closing Reveal with Motion UI
Rafi [Fri, 7 Apr 2017 17:24:40 +0000 (10:24 -0700)]
Merge pull request #9936 from strainger/patch-2
Scripts in HTML Starter Template linked wrong
strainger [Fri, 7 Apr 2017 17:19:57 +0000 (12:19 -0500)]
Scripts in HTML Starter Template linked wrong
The links in the starter template were linked wrong, jquery.min.js doesn't exist in the CSS only download, but jquery.js does, same with the what-input script, it does not have a min version in the CSS download, only a version without min. The file foundation.min.js exists but it is in the vendor folder, not directly in the js folder. After fixing these three links in the starter template, everything I try is now working as expected.
This starter template should link everything correctly so everything works. I actually was looking at other frameworks because I couldn't get all that I wanted to run working, this was why. I went back to my old Foundation code and everything is working perfectly. This template may just be old code from a previous version of foundation when the file structure was different.
This fix will help new people to this framework learn and stay with Foundation.
Kristofer Krause [Thu, 6 Apr 2017 21:13:01 +0000 (17:13 -0400)]
start of Box unit tests
Kristofer Krause [Thu, 6 Apr 2017 19:56:07 +0000 (15:56 -0400)]
Merge remote-tracking branch 'refs/remotes/origin/develop' into zurb/develop
Kristofer Krause [Thu, 6 Apr 2017 19:52:01 +0000 (15:52 -0400)]
Merge remote-tracking branch 'zurb/develop' into develop
J. Eric Ellis [Thu, 6 Apr 2017 14:21:59 +0000 (10:21 -0400)]
Changes to better dovetail with current Foundation design patterns.
Changed method of detecting disabled per
https://github.com/zurb/foundation-sites/pull/9812#discussion_r109806300
Altered docs to reflect current functionality of disable accordions,
documented below.
If an accordion is disabled, all motion methods (`up`, `down`, `toggle`)
get eaten, with the exception of `down` when combined with `firstTime`.
Added a `console.info()` message to indicate when these methods are
attempted on a disabled accordion.
J. Eric Ellis [Wed, 5 Apr 2017 12:38:30 +0000 (08:38 -0400)]
Merge remote-tracking branch 'upstream/develop' into develop
harry [Wed, 5 Apr 2017 12:14:40 +0000 (17:44 +0530)]
Added that dreaded colon
harry [Wed, 5 Apr 2017 12:13:30 +0000 (17:43 +0530)]
Added a question: Browser(s) and Device(s) tested on?
harry [Wed, 5 Apr 2017 08:32:27 +0000 (14:02 +0530)]
Fixes #9913: Removed aria-hidden and using is-active for targeting active tabs
Changes:
- Removed aria hidden from scss
- Added `display: block` to `is-active` state
- Safely Removed `aria-hidden` attribute as doing nothing now!
Kevin Ball [Tue, 4 Apr 2017 23:57:46 +0000 (16:57 -0700)]
Merge pull request #9885 from dragthor/tooltip-test-aria
[Test] verify correct tooltip aria-hidden value
Kevin Ball [Tue, 4 Apr 2017 22:57:39 +0000 (15:57 -0700)]
Node 4 installs bombing out, try updating to 6 for travis
Kevin Ball [Tue, 4 Apr 2017 22:50:26 +0000 (15:50 -0700)]
Merge pull request #9891 from Renol7/fix-dropdown-destroy
Delete dropdown click event listener on destroy
Kevin Ball [Tue, 4 Apr 2017 22:25:43 +0000 (15:25 -0700)]
Update travis yml to try to fix node install issue
Kevin Ball [Tue, 4 Apr 2017 22:06:22 +0000 (15:06 -0700)]
Merge pull request #9329 from karland/patch-5
Made Accordion documentation consistent
Kevin Ball [Tue, 4 Apr 2017 22:06:22 +0000 (15:06 -0700)]
Merge pull request #9329 from karland/patch-5
Made Accordion documentation consistent
Kevin Ball [Tue, 4 Apr 2017 21:36:49 +0000 (14:36 -0700)]
Merge pull request #9877 from fulldecent/patch-1
Add SRI to CDN links
Kevin Ball [Tue, 4 Apr 2017 18:23:25 +0000 (11:23 -0700)]
Merge pull request #9864 from ffoodd/patch-1
Update element-invisible mixin
Kevin Ball [Tue, 4 Apr 2017 18:21:54 +0000 (11:21 -0700)]
Add browserstack api access
Kevin Ball [Tue, 4 Apr 2017 16:57:18 +0000 (09:57 -0700)]
Merge pull request #9853 from sanderblue/fix/add-ability-to-suppress-contrast-warnings
Add $contrast-warnings variable to facilitate suppressing color contrast warning output
Kevin Ball [Tue, 4 Apr 2017 16:55:26 +0000 (09:55 -0700)]
Merge pull request #9804 from randmanrjr/develop
Fix for [Sticky] failes to init and remove html markup #8156
Kevin Ball [Tue, 4 Apr 2017 16:36:37 +0000 (09:36 -0700)]
Merge pull request #9849 from jeromelebleu/alternative-tabs-target
[Tabs] Allow the target tab's id to be specified through another attribute
Rafi [Mon, 3 Apr 2017 23:01:04 +0000 (16:01 -0700)]
Merge pull request #9827 from IamManchanda/issue-template/6.3.1-update
Closes #9825 - Updated Issue Template with 6.3.1 release codepen's
Rafi [Mon, 3 Apr 2017 23:00:26 +0000 (16:00 -0700)]
Update ISSUE_TEMPLATE.md
Kevin Ball [Mon, 3 Apr 2017 21:45:29 +0000 (14:45 -0700)]
Merge pull request #9846 from natewiebe13/fix-flex-bug
Set the min-width value to 0 in order to limit the column width
Kevin Ball [Mon, 3 Apr 2017 21:32:54 +0000 (14:32 -0700)]
Merge branch 'patch-1' of git://github.com/christhekeele/foundation-sites into christhekeele-patch-1
Kevin Ball [Mon, 3 Apr 2017 21:28:09 +0000 (14:28 -0700)]
Merge pull request #9739 from zurb/button-clear
[Button] Feature: Adds .clear button
Kevin Ball [Mon, 3 Apr 2017 21:17:44 +0000 (14:17 -0700)]
Merge pull request #9777 from mwitek/20170213_bp_var_for_stacked_tables
Allow table stack breakpoint to be set with a variable
Kevin Ball [Mon, 3 Apr 2017 21:17:00 +0000 (14:17 -0700)]
Merge pull request #9828 from colinmackinlay/patch-2
ABIDE - clarification of novalidate attribute
Kevin Ball [Mon, 3 Apr 2017 21:14:20 +0000 (14:14 -0700)]
Merge pull request #9808 from akaspick/develop
use the button-radius variable intead of the global-radius variable for button-group
Kevin Ball [Mon, 3 Apr 2017 20:41:42 +0000 (13:41 -0700)]
Merge pull request #9792 from dragthor/drilldown-missing-radix
Drilldown - add missing radix & eslint check
Kevin Ball [Mon, 3 Apr 2017 20:35:24 +0000 (13:35 -0700)]
Merge pull request #9636 from denisahac/develop
New SmoothScroll module based on Magellan scrollToLoc code.
Kevin Ball [Mon, 3 Apr 2017 20:35:09 +0000 (13:35 -0700)]
Merge pull request #9840 from jefsnare/feature/9822
Adding additional classes to reveal-overlay element
Kevin Ball [Mon, 3 Apr 2017 20:33:34 +0000 (13:33 -0700)]
Merge pull request #9747 from hikouki/develop
Modified tolerance to be able to customize.
Kevin Ball [Mon, 3 Apr 2017 20:30:28 +0000 (13:30 -0700)]
Merge pull request #9819 from Proper-Job/no-js-doc-enhancement
Added a gentle reminder to include no-js class to html element.
harry [Mon, 3 Apr 2017 16:14:43 +0000 (21:44 +0530)]
Added `margin-left: auto` to top-bar-right & vice versa!
harry [Wed, 29 Mar 2017 16:09:01 +0000 (21:39 +0530)]
Removed false keyword from aria-hidden
ars [Wed, 29 Mar 2017 14:23:56 +0000 (16:23 +0200)]
Add $button-font-family variable
ars [Wed, 29 Mar 2017 14:23:06 +0000 (16:23 +0200)]
Add $button-font-family variable
ars [Wed, 29 Mar 2017 14:18:29 +0000 (16:18 +0200)]
Add $button-font-family variable
Renol [Thu, 23 Mar 2017 09:32:33 +0000 (10:32 +0100)]
Delete dropdown click event listener on destroy
Kristofer Krause [Mon, 20 Mar 2017 23:44:19 +0000 (19:44 -0400)]
Merge remote-tracking branch 'refs/remotes/origin/develop' into zurb/develop
Kristofer Krause [Mon, 20 Mar 2017 21:04:03 +0000 (17:04 -0400)]
verify aria-hidden value