]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
8 years agofix history to work with back button within page 9664/head
jk [Fri, 20 Jan 2017 22:50:56 +0000 (23:50 +0100)] 
fix history to work with back button within page

8 years agoinitial commit
jk [Tue, 17 Jan 2017 16:27:03 +0000 (17:27 +0100)] 
initial commit

8 years agoMerge pull request #9650 from IllusionPerdu/local
Kevin Ball [Mon, 16 Jan 2017 18:38:05 +0000 (10:38 -0800)] 
Merge pull request #9650 from IllusionPerdu/local

Make Optional extend .column with a alias ( default : .columns )

8 years agoSome typo's/English change 9650/head
IllusionPerdu [Mon, 16 Jan 2017 18:36:33 +0000 (19:36 +0100)] 
Some typo's/English change

8 years agoMerge pull request #9653 from Owlbertz/reveal-multiple-open-body-class
Kevin Ball [Mon, 16 Jan 2017 17:58:20 +0000 (09:58 -0800)] 
Merge pull request #9653 from Owlbertz/reveal-multiple-open-body-class

Make class on body persists if another Reveal is still visible.

8 years agoOups forgotten some change
IllusionPerdu [Mon, 16 Jan 2017 12:51:57 +0000 (13:51 +0100)] 
Oups forgotten some change

8 years agoChange in doc
IllusionPerdu [Mon, 16 Jan 2017 11:42:07 +0000 (12:42 +0100)] 
Change in doc

8 years agoAdd callout in docs/pages/grid.md
IllusionPerdu [Mon, 16 Jan 2017 11:12:21 +0000 (12:12 +0100)] 
Add callout in docs/pages/grid.md

8 years agoAdd a link in Grid docs for `.columns` alias.
Nicolas Coden [Mon, 16 Jan 2017 09:04:34 +0000 (10:04 +0100)] 
Add a link in Grid docs for `.columns` alias.

8 years agoRemove "@since" comment
IllusionPerdu [Mon, 16 Jan 2017 00:08:02 +0000 (01:08 +0100)] 
Remove "@since" comment

8 years agoMake `.is-reveal-open` class on body persists if another Reveal is still visible. 9653/head
Marius Olbertz [Sun, 15 Jan 2017 18:03:34 +0000 (19:03 +0100)] 
Make `.is-reveal-open` class on body persists if another Reveal is still visible.

Added visual and automatic test.

8 years agoSass-doc comment adjustment
IllusionPerdu [Sun, 15 Jan 2017 14:40:51 +0000 (15:40 +0100)] 
Sass-doc comment adjustment

8 years agoChange with the ncoden sugestion
IllusionPerdu [Sun, 15 Jan 2017 14:08:36 +0000 (15:08 +0100)] 
Change with the ncoden sugestion

8 years agoMake Optional extend .column with a alias ( default : .columns )
IllusionPerdu [Sun, 15 Jan 2017 13:05:26 +0000 (14:05 +0100)] 
Make Optional extend .column with a alias ( default : .columns )

8 years agoMerge pull request #9642 from ncoden/feat/form-error-attribute-9600
Kevin Ball [Fri, 13 Jan 2017 23:10:31 +0000 (15:10 -0800)] 
Merge pull request #9642 from ncoden/feat/form-error-attribute-9600

[Abide] Add Form Error attribute

8 years agoMerge pull request #9630 from coreysyms/coreysyms-patch-triggers
Kevin Ball [Fri, 13 Jan 2017 22:52:42 +0000 (14:52 -0800)] 
Merge pull request #9630 from coreysyms/coreysyms-patch-triggers

Coreysyms patch triggers

8 years agoMerge pull request #9540 from natewiebe13/increase-luminance-precision
Kevin Ball [Fri, 13 Jan 2017 22:08:22 +0000 (14:08 -0800)] 
Merge pull request #9540 from natewiebe13/increase-luminance-precision

Increase the precision of the pow function when calculating luminance

8 years agoIncrease default precision of the pow function 9540/head
Nate Wiebe [Fri, 13 Jan 2017 22:00:00 +0000 (17:00 -0500)] 
Increase default precision of the pow function

8 years agoMerge branch 'v6.4' into develop
Kevin Ball [Fri, 13 Jan 2017 21:46:54 +0000 (13:46 -0800)] 
Merge branch 'v6.4' into develop

8 years agoFix docs title in Abide 9642/head
Nicolas Coden [Fri, 13 Jan 2017 14:59:52 +0000 (15:59 +0100)] 
Fix docs title in Abide

8 years agoAdd docs for Form Errors
Nicolas Coden [Fri, 13 Jan 2017 14:58:58 +0000 (15:58 +0100)] 
Add docs for Form Errors

Add docs in Abide with:
- Explanation about the way Form Errors are found
- An example with `[data-form-error-for]

8 years agoAdd attribute to declare Form Error relation
Nicolas Coden [Fri, 13 Jan 2017 14:56:31 +0000 (15:56 +0100)] 
Add attribute to declare Form Error relation

Closes https://github.com/zurb/foundation-sites/issues/9600.

Add `[data-form-error-for=someId]` attribute to declare a relation
between a form error and the related field.

8 years agoMerge pull request #9635 from Owlbertz/drilldown-esc-bug
Kevin Ball [Thu, 12 Jan 2017 17:37:25 +0000 (09:37 -0800)] 
Merge pull request #9635 from Owlbertz/drilldown-esc-bug

Fixed ESC button on drilldown menus.

8 years agoMerge pull request #9634 from Owlbertz/drilldown-keyboard-trap
Kevin Ball [Thu, 12 Jan 2017 17:35:21 +0000 (09:35 -0800)] 
Merge pull request #9634 from Owlbertz/drilldown-keyboard-trap

Prevent keyboard trap in drilldown menu.

8 years agoFixed ESC button on drilldown menus. 9635/head
Marius Olbertz [Thu, 12 Jan 2017 16:37:19 +0000 (17:37 +0100)] 
Fixed ESC button on drilldown menus.

Previously, _back was being called without a parameter which is both a wrong ca$
ESC is now using _hide and will place focus on the anchor that was used to open$

TBD: If hideAll should be called so all sub menus are closed using ESC.

8 years agoPrevent keyboard trap in drilldown menu. 9634/head
Marius Olbertz [Thu, 12 Jan 2017 07:11:26 +0000 (08:11 +0100)] 
Prevent keyboard trap in drilldown menu.

Added check if current element is first/last element in root ul of drilldown.
Only prevents default if this is not the case now.

Fixes #9597

8 years agoremoving unneeded function 9630/head
Corey Snyder [Wed, 11 Jan 2017 18:30:07 +0000 (13:30 -0500)] 
removing unneeded function

eventsListener() is the init of mutation, removing old function and comments.

8 years agoMerge branch 'develop' into v6.4
Kevin Ball [Tue, 10 Jan 2017 22:11:04 +0000 (14:11 -0800)] 
Merge branch 'develop' into v6.4

8 years agoMerge branch 'master' into develop
Kevin Ball [Mon, 9 Jan 2017 23:14:45 +0000 (15:14 -0800)] 
Merge branch 'master' into develop

8 years agoMerge pull request #9613 from drball/patch-3
Nicolas Coden [Fri, 6 Jan 2017 11:25:22 +0000 (12:25 +0100)] 
Merge pull request #9613 from drball/patch-3

Spelling correction

8 years agoSpelling correction 9613/head
David Ball [Fri, 6 Jan 2017 10:50:31 +0000 (10:50 +0000)] 
Spelling correction

8 years agoMerge pull request #9610 from zurb/fix-docs-titles
Nicolas Coden [Thu, 5 Jan 2017 23:50:13 +0000 (00:50 +0100)] 
Merge pull request #9610 from zurb/fix-docs-titles

Specificity first in titles on docs pages

8 years agoSpecificity first in titles on docs pages 9610/head
Kevin Ball [Thu, 5 Jan 2017 22:59:31 +0000 (14:59 -0800)] 
Specificity first in titles on docs pages

8 years agoMerge branch 'master' into v6.4
Kevin Ball [Thu, 5 Jan 2017 17:01:49 +0000 (09:01 -0800)] 
Merge branch 'master' into v6.4

8 years agoMerge pull request #9605 from DaSchTour/abide-definitions
Kevin Ball [Thu, 5 Jan 2017 16:49:27 +0000 (08:49 -0800)] 
Merge pull request #9605 from DaSchTour/abide-definitions

Added Abide defaults

8 years agoAdded Abide defaults 9605/head
Daniel Schuba [Thu, 5 Jan 2017 10:44:08 +0000 (11:44 +0100)] 
Added Abide defaults

8 years agoMerge branch 'develop' into v6.4
Kevin Ball [Wed, 4 Jan 2017 21:19:34 +0000 (13:19 -0800)] 
Merge branch 'develop' into v6.4

8 years agoMerge pull request #9563 from ncoden/docs/responsive-navigation
Kevin Ball [Wed, 4 Jan 2017 21:14:30 +0000 (13:14 -0800)] 
Merge pull request #9563 from ncoden/docs/responsive-navigation

Fix responsive navigation docs

8 years agoMerge branch 'master' into develop
Kevin Ball [Wed, 4 Jan 2017 21:00:26 +0000 (13:00 -0800)] 
Merge branch 'master' into develop

8 years agoMerge pull request #9550 from alamowo/patch-4
Kevin Ball [Wed, 4 Jan 2017 19:37:15 +0000 (11:37 -0800)] 
Merge pull request #9550 from alamowo/patch-4

Issue #9535: Set box-sizing for select elements

8 years agoMerge pull request #9509 from ncoden/fix/simple-menu-align-9499
Kevin Ball [Wed, 4 Jan 2017 19:33:22 +0000 (11:33 -0800)] 
Merge pull request #9509 from ncoden/fix/simple-menu-align-9499

Fix #9499 - Add simple menu behavior for align-right

8 years agoMerge pull request #9525 from mlang38/patch-1
Kevin Ball [Wed, 4 Jan 2017 19:31:41 +0000 (11:31 -0800)] 
Merge pull request #9525 from mlang38/patch-1

[Drilldown] Add an 'else' clause to not let the $wrapper property undefined

8 years agoMerge pull request #9599 from IamManchanda/docs/flexbox-grammar
Kevin Ball [Wed, 4 Jan 2017 19:11:10 +0000 (11:11 -0800)] 
Merge pull request #9599 from IamManchanda/docs/flexbox-grammar

2nd try , Flexbox page update

8 years agoUpdated the flexbox docs page with a grammatical change 9599/head
harry [Wed, 4 Jan 2017 18:15:38 +0000 (23:45 +0530)] 
Updated the flexbox docs page with a grammatical change

Some more grammatical change: 2nd update

Some more grammatical change: 3rd update, 2nd try - just an extra exclamation

removed an extra exclamation that i added previously

Simple Grammatical changes to flexbox page

8 years agoMerge branch 'develop' into v6.4
Kevin Ball [Wed, 4 Jan 2017 01:02:55 +0000 (17:02 -0800)] 
Merge branch 'develop' into v6.4

8 years agoMerge pull request #9589 from joernroeder/patch-1
Kevin Ball [Tue, 3 Jan 2017 22:40:01 +0000 (14:40 -0800)] 
Merge pull request #9589 from joernroeder/patch-1

fixed programmatic use of interchange. see #9332

8 years agoMerge pull request #9580 from colinmackinlay/patch-1
Kevin Ball [Tue, 3 Jan 2017 22:16:26 +0000 (14:16 -0800)] 
Merge pull request #9580 from colinmackinlay/patch-1

Fix #9579 - ignore disabled input in Abide

8 years agoMerge pull request #9577 from ncoden/docs/flex-grid-column-gutters
Kevin Ball [Tue, 3 Jan 2017 22:10:22 +0000 (14:10 -0800)] 
Merge pull request #9577 from ncoden/docs/flex-grid-column-gutters

Fix flex-grid-column gutters docs

8 years agoMerge pull request #9571 from zy4/warnings
Kevin Ball [Tue, 3 Jan 2017 21:29:30 +0000 (13:29 -0800)] 
Merge pull request #9571 from zy4/warnings

Fix gulp warning that strings must use single quotes

8 years agoMerge pull request #9568 from ncoden/fix/flex-grid-nested-row-alignment-9557
Kevin Ball [Tue, 3 Jan 2017 21:11:01 +0000 (13:11 -0800)] 
Merge pull request #9568 from ncoden/fix/flex-grid-nested-row-alignment-9557

Fix flex-grid nested row alignment

8 years agoupdates footer for 2017
RafiBomb [Tue, 3 Jan 2017 19:52:10 +0000 (11:52 -0800)] 
updates footer for 2017

8 years agoupdates to 2017
Rafi [Tue, 3 Jan 2017 19:38:08 +0000 (11:38 -0800)] 
updates to 2017

8 years agoAdd browserstack reference to readme
Kevin Ball [Tue, 3 Jan 2017 19:32:14 +0000 (11:32 -0800)] 
Add browserstack reference to readme

Lets us get open source license to browserstack for contributor testing.

8 years agoupdates copywrite to 2017
Rafi [Tue, 3 Jan 2017 19:25:49 +0000 (11:25 -0800)] 
updates copywrite to 2017

8 years agoAdd browserstack logo
Kevin Ball [Tue, 3 Jan 2017 19:19:41 +0000 (11:19 -0800)] 
Add browserstack logo

8 years agoMerge pull request #9566 from ncoden/fix/pre-overflow-9565
Kevin Ball [Tue, 3 Jan 2017 18:50:28 +0000 (10:50 -0800)] 
Merge pull request #9566 from ncoden/fix/pre-overflow-9565

Fix #9565 - prevent `<pre>` overflow

8 years agoMerge pull request #9562 from ncoden/docs/js-options-defaults
Kevin Ball [Tue, 3 Jan 2017 17:36:00 +0000 (09:36 -0800)] 
Merge pull request #9562 from ncoden/docs/js-options-defaults

Fix docs of JS options

8 years agofixed programmatic use of interchange. see #9332 9589/head
Jörn Röder [Tue, 3 Jan 2017 14:54:26 +0000 (15:54 +0100)] 
fixed programmatic use of interchange. see #9332

8 years agoMoved ignore examples to separate section 9580/head
colinmackinlay [Sat, 31 Dec 2016 14:44:16 +0000 (14:44 +0000)] 
Moved ignore examples to separate section

8 years agoUpdate abide.md with extra ignore conditions
colinmackinlay [Sat, 31 Dec 2016 14:04:28 +0000 (14:04 +0000)] 
Update abide.md with extra ignore conditions

In addition to data-abide-ignore, abide also ignores type="hidden" attribute and in this patch the diabled attribute

8 years ago'Ignore' details added to validateInput() comment
colinmackinlay [Sat, 31 Dec 2016 13:53:40 +0000 (13:53 +0000)] 
'Ignore' details added to  validateInput() comment

8 years agoTo resolve #9579
colinmackinlay [Sat, 31 Dec 2016 11:53:31 +0000 (11:53 +0000)] 
To resolve #9579

so that disabled inputs are not validated

8 years agoMerge pull request #9570 from zy4/develop
Nicolas Coden [Fri, 30 Dec 2016 19:45:51 +0000 (20:45 +0100)] 
Merge pull request #9570 from zy4/develop

Fix invalid characters in _accordion.scss and typography/_base.scss f…

8 years agoFix flex-grid-column gutters docs 9577/head
Nicolas Coden [Fri, 30 Dec 2016 16:10:46 +0000 (17:10 +0100)] 
Fix flex-grid-column gutters docs

8 years agoMerge pull request #9574 from ahebrank/tabs-docs-fix
Rafi [Thu, 29 Dec 2016 17:46:42 +0000 (09:46 -0800)] 
Merge pull request #9574 from ahebrank/tabs-docs-fix

tabs markdown fix and clarify browser history updates

8 years agosome tweaks 9574/head
Andy Hebrank [Thu, 29 Dec 2016 16:49:48 +0000 (11:49 -0500)] 
some tweaks

8 years agomarkdown fix and clarify history updates
Andy Hebrank [Thu, 29 Dec 2016 15:48:43 +0000 (10:48 -0500)] 
markdown fix and clarify history updates

8 years agoFix gulp warnings that strings must use single quotes 9571/head
Seung-Zin Nam [Wed, 28 Dec 2016 13:46:46 +0000 (14:46 +0100)] 
Fix gulp warnings that strings must use single quotes

8 years agoUse dash glyph instead of minus for accordion 9570/head
Seung-Zin Nam [Tue, 27 Dec 2016 14:53:04 +0000 (15:53 +0100)] 
Use dash glyph instead of minus for accordion

See https://github.com/zurb/foundation-sites/pull/9570#issuecomment-269328088

8 years agoFix invalid characters in _accordion.scss and typography/_base.scss from issue #8554.
Seung-Zin Nam [Mon, 26 Dec 2016 13:11:46 +0000 (14:11 +0100)] 
Fix invalid characters in _accordion.scss and typography/_base.scss from issue #8554.

8 years agoFix nested collapsed flex-grid row 9568/head
Nicolas Coden [Sun, 25 Dec 2016 22:30:43 +0000 (23:30 +0100)] 
Fix nested collapsed flex-grid row

Bug: columns in collapsed row doesn't have padding, but nested
collapsed flex-grid row still have negative margins.

Fix: apply the same path than in classic grids.

Note: Grids and flex-grids have a lot of bugs like this one and should
be refactorized. Please beat me if you see this commit 6 months later
and nothing changed.

8 years agoFix size of row nested inside collapsed (flex-)grid row.
Nicolas Coden [Sun, 25 Dec 2016 22:26:47 +0000 (23:26 +0100)] 
Fix size of row nested inside collapsed (flex-)grid row.

See: https://github.com/zurb/foundation-sites/issues/9557
Problem: Every row has a max width, so when nested, it cannot be
enlarged with negative margins to handle the paddings of its columns.

Fix: expand the size of all row nested in a non-expanded row.

Note: THIS IS A TEMPORARY FIX. Grids and flex-grids have a lot of bugs
like this one and should be refactorized. Please beat me if you see
this commit 6 months later and nothing changed.

8 years agoAdd visual tests for nesting in collapsed rows.
Nicolas Coden [Sun, 25 Dec 2016 21:30:09 +0000 (22:30 +0100)] 
Add visual tests for nesting in collapsed rows.

See: https://github.com/zurb/foundation-sites/issues/9557

8 years agoFix #9565 - prevent `<pre>` overflow 9566/head
Nicolas Coden [Sat, 24 Dec 2016 11:49:18 +0000 (12:49 +0100)] 
Fix #9565 - prevent `<pre>` overflow

Fix: https://github.com/zurb/foundation-sites/issues/9565

There is no case where we would expect the pre content to overflow.

8 years agoRemove duplicated event docs in ResponsiveToggle 9563/head
Nicolas Coden [Sat, 24 Dec 2016 00:36:49 +0000 (01:36 +0100)] 
Remove duplicated event docs in ResponsiveToggle

8 years agoRemove wrong requirements in ResponsiveMenu.
Nicolas Coden [Sat, 24 Dec 2016 00:23:04 +0000 (01:23 +0100)] 
Remove wrong requirements in ResponsiveMenu.

These "modules":
- do not exists as utils
- are not requirements, but plugins

8 years agoAdd possible values in JS docs 9562/head
Nicolas Coden [Fri, 23 Dec 2016 23:41:17 +0000 (00:41 +0100)] 
Add possible values in JS docs

8 years agoTypo fix in Dropdown docs
Nicolas Coden [Fri, 23 Dec 2016 23:26:44 +0000 (00:26 +0100)] 
Typo fix in Dropdown docs

8 years agoAdd options types in JS docs
Nicolas Coden [Fri, 23 Dec 2016 23:26:08 +0000 (00:26 +0100)] 
Add options types in JS docs

8 years agoMerge pull request #9549 from ncoden/docs/cdn-link-message
Rafi [Fri, 23 Dec 2016 17:12:19 +0000 (09:12 -0800)] 
Merge pull request #9549 from ncoden/docs/cdn-link-message

Update CDN name in installation docs

8 years agoMerge pull request #9552 from michiruckstuhl/fix-typo
Rafi [Fri, 23 Dec 2016 17:05:12 +0000 (09:05 -0800)] 
Merge pull request #9552 from michiruckstuhl/fix-typo

Fix minor Typo "depreciated" to "deprecated"

8 years agoFix customizer config for responsive accordion tabs
Kevin Ball [Thu, 22 Dec 2016 18:39:04 +0000 (10:39 -0800)] 
Fix customizer config for responsive accordion tabs

8 years agoFix minor Typo "depreciated" to "deprecated" 9552/head
Michi Ruckstuhl [Thu, 22 Dec 2016 14:04:00 +0000 (15:04 +0100)] 
Fix minor Typo "depreciated" to "deprecated"

Change from „depreciated“ (meaning the monetary decrease of value over
time) to „deprecated“.

8 years agoUse `@default` instead of `@example` in docs
Nicolas Coden [Thu, 22 Dec 2016 08:02:04 +0000 (09:02 +0100)] 
Use `@default` instead of `@example` in docs

See: https://github.com/zurb/foundation-sites/issues/9464

Problem: `@example` values are presented as default in the
documentation, and there is no way to get the default value
automatically. Plus, the "example" value is often not relevant at all.

> The reference section at the bottom is mostly meant to be a reference
> —key plugin options should be documented in the main body of the
> documentation, where there's more room to elaborate on things.
> -- @gakimball

Fix:
- Use `@default` instead of `@example`
- Make values in comment equal to the options default values

Warning: This require to update the value used to generate Js reference
in foundation-docs.

Replaced values:

Tooltip:
- `templateClasses`: `'my-cool-tip-class'` replaced to `''`
- `template`: `'&lt;div class="tooltip"&gt;&lt;/div&gt;'` replaced to
`''`
- `tip` text: `'Some cool space fact here.'` replaced to `''`
- `positionClass`: `'top'` replaced to `''`

Sticky:
- `container`: `'&lt;div data-sticky-container class="small-6
columns"&gt;&lt;/div&gt;'` replaced to `'&lt;div
data-sticky-container&gt;&lt;/div&gt;'`
- `anchor`: `'exampleId'` replaced to `''`
- `topAnchor`: `'exampleId:top'` replaced to `''`
- `btmAchor`: `'exampleId:bottom'` replaced to `''`
- `checkEvery`: `50` replaced to `-1`

Reveal:
- `animationIn`: `'slide-in-left'` replaced to `''`
- `animationOut`: `'slide-in-left'` replaced to `''`
- `showDelay`: `10` replaced to `0`
- `hideDelay`: `10` replaced to `0`
- `appendTo`: `false` replaced to `"body"`

Offcanvas:
- `transitionTime`: `500` replaced to `0`
- `forceTo`: `top` replaced to `null`
- `revealOn`: `reveal-for-large` replaced to `null`
- `revealClass`: `reveal-for` replaced to `reveal-for-`
- `trapFocus`: `false` replaced to `false`

Magelian:
- `animationEasing`: `'ease-in-out'` replaced to `linear`
- `deepLinking`: `true` replaced to `false`
- `barOffset`: `25` replaced to `0`

Equalizer:
- `equalizeOnStack`: `true` replaced to `false`
- `equalizeOn`: `'medium'` replaced to `''`

Dropdown:
- `parentClass`: `'dropdown-parent'` replaced to `null`
- `hoverPane`: `true` replaced to `false`
- `positionClass`: `'top'` replaced by `''`
- `autoFocus`: `true` replaced by `false`

Drilldrow:
- `backButton`: `'<\li><\a>Back<\/a><\/li>'` replaced by `'<li
class="js-drilldown-back"><a tabindex="0">Back</a></li>'
- `backButtonPosition`: `bottom` replaced by `top`
- `wrapper`: `<\div class="is-drilldown"><\/div>` replaced by
`'<div></div>'`
- `scrollTopOffset`: `100` replaced by `0

8 years agoUpdate CDN name in installation docs 9549/head
Nicolas Coden [Thu, 22 Dec 2016 06:48:19 +0000 (07:48 +0100)] 
Update CDN name in installation docs

See: https://github.com/zurb/foundation-sites/issues/9537

8 years agoMerge pull request #9544 from simshaun/v6.4
Kevin Ball [Thu, 22 Dec 2016 00:15:33 +0000 (16:15 -0800)] 
Merge pull request #9544 from simshaun/v6.4

Helper class for page breaks inside elements

8 years agoMerge pull request #9546 from sinspiral/dropdown-menu-touch-devices
Kevin Ball [Wed, 21 Dec 2016 23:32:40 +0000 (15:32 -0800)] 
Merge pull request #9546 from sinspiral/dropdown-menu-touch-devices

Don't listen to touchend events on dropdown element leafs.

8 years agoDon't listen to touchend events on dropdown element leafs. 9546/head
Alberto Fernandez [Wed, 21 Dec 2016 22:47:15 +0000 (17:47 -0500)] 
Don't listen to touchend events on dropdown element leafs.

The delay on touch devices between the click and touchend event
was preventing the link navigation, as browser security policies
don't allow link navigation on hidden elements.

fixes #9484

8 years agoRevert "Missing $elem parameter on _hide method when handling leaf elements clicks...
Alberto Fernandez [Wed, 21 Dec 2016 22:45:02 +0000 (17:45 -0500)] 
Revert "Missing $elem parameter on _hide method when handling leaf elements clicks on dropdown menus."

This reverts commit 3cf1597ff9d11d56054d13f388dec2905ee23e46.

8 years agoUpdate foundation.drilldown.js 9525/head
Marc Langevin [Wed, 21 Dec 2016 15:34:24 +0000 (16:34 +0100)] 
Update foundation.drilldown.js

8 years agoMissing $elem parameter on _hide method when handling leaf elements clicks on dropdow...
Alberto Fernandez Gonzalez [Wed, 21 Dec 2016 14:56:37 +0000 (09:56 -0500)] 
Missing $elem parameter on _hide method when handling leaf elements clicks on dropdown menus.

fix #9484

8 years agoIssue #9535: Set box-sizing for select elements 9550/head
Alexander Martin [Wed, 21 Dec 2016 13:32:24 +0000 (14:32 +0100)] 
Issue #9535: Set box-sizing for select elements

8 years agoHelper class for page breaks inside elements 9544/head
Shaun Simmons [Wed, 21 Dec 2016 07:43:10 +0000 (02:43 -0500)] 
Helper class for page breaks inside elements

8 years agoMerge pull request #9541 from ncoden/chore/issue-template
Rafi [Wed, 21 Dec 2016 00:53:07 +0000 (16:53 -0800)] 
Merge pull request #9541 from ncoden/chore/issue-template

Update Github issue template

8 years agoUpdate Github issue template 9541/head
Nicolas Coden [Wed, 21 Dec 2016 00:23:56 +0000 (01:23 +0100)] 
Update Github issue template

Changes:
- Use titles instead of questions
- Provide codepens to fork for Foundation v6.2.4 and v6.3.0

8 years agofixes deep linking tabs example to open in new tab and adds description
RafiBomb [Wed, 21 Dec 2016 00:38:10 +0000 (16:38 -0800)] 
fixes deep linking tabs example to open in new tab and adds description

8 years agoFix simple menu height 9509/head
Nicolas Coden [Wed, 21 Dec 2016 00:36:47 +0000 (01:36 +0100)] 
Fix simple menu height

See: https://github.com/zurb/foundation-sites/pull/9539

8 years agoMerge pull request #9539 from PixelGrinch/patch-1
Kevin Ball [Wed, 21 Dec 2016 00:12:28 +0000 (16:12 -0800)] 
Merge pull request #9539 from PixelGrinch/patch-1

Update _menu.scss

8 years agoUse interpolation to concatenate strings in direction-opposite
Nicolas Coden [Tue, 20 Dec 2016 21:55:54 +0000 (22:55 +0100)] 
Use interpolation to concatenate strings in direction-opposite

8 years agoFix doc typo
Nicolas Coden [Tue, 20 Dec 2016 21:53:51 +0000 (22:53 +0100)] 
Fix doc typo