Scott Miles
a5837acdd7
remove comment
2012-11-30 18:45:25 -08:00
Scott Miles
e69602e2c3
refactored desugar/extend code, implement bindDelegates
2012-11-30 17:07:50 -08:00
Steve Orvell
f7a0fc4bf0
g-overlay: simplify and add basic support for managing focus and z-index.
2012-11-30 10:08:50 -08:00
Steve Orvell
f47986411a
Merge pull request #44 from sjmiles/master
...
fixes issue #30 : allow findController to step out of lightDOM
2012-11-29 18:34:13 -08:00
Scott Miles
36518b1c59
allow findController to step out of lightDOM (re issue #30 )
2012-11-29 18:23:32 -08:00
Frankie Fu
6885c567c7
Merge pull request #42 from sorvell/master
...
update g-ajax and minor g-panels and g-page fixes
2012-11-20 18:34:43 -08:00
frankiefu
c34d8a0d0a
update to use the new g-component sugar
2012-11-20 18:29:10 -08:00
Steve Orvell
7c22b494e6
flow transition: revert to previous method of installing styles on panels. New way was flawed.
2012-11-20 18:28:22 -08:00
Steve Orvell
4c297b5377
g-panels: fix transition so it's set to the proper default value.
2012-11-20 18:27:12 -08:00
Steve Orvell
e82f6f7cd6
g-page: add back height setting for each subclass. We can remove this when extendor's match extender's styles.
2012-11-20 18:26:04 -08:00
Steve Orvell
09caca40ee
g-ajax: update to work with new g-component
2012-11-20 18:24:28 -08:00
Steve Orvell
69795943b4
Merge pull request #40 from frankiefu/master
...
update to use the new g-component sugar
2012-11-20 14:28:16 -08:00
frankiefu
2193d47607
update to use the new g-component sugar
2012-11-20 13:46:07 -08:00
Frankie Fu
fb98e4a323
Merge pull request #39 from sorvell/master
...
g-component minor fixup; updates for g-page and g-panels
2012-11-20 13:37:32 -08:00
Steve Orvell
093edd7e1d
g-component: expose component's base prototype on HTMLElementElement to enable modifications for polyfill purposes.
2012-11-20 13:18:34 -08:00
Steve Orvell
e03be2698c
g-component: fix placement typo with this.super.
2012-11-20 11:10:35 -08:00
Steve Orvell
537cdbca48
g-panels: update to use new g-component sugar
2012-11-20 10:54:17 -08:00
Steve Orvell
a1a2bdbb89
g-page: update to use new g-component
2012-11-20 10:53:26 -08:00
Steve Orvell
7400f9e06c
Merge pull request #38 from sjmiles/master
...
implement new 'protected' syntax
2012-11-16 18:01:28 -08:00
Scott Miles
9cc2e88713
start test clean-up
2012-11-16 17:52:37 -08:00
Scott Miles
c66cf77144
make sure exported functions return values
2012-11-16 17:52:17 -08:00
Scott Miles
ffddefedf9
merge 'protected' feature code
2012-11-16 16:33:34 -08:00
Scott Miles
7397c22c82
Merge branch 'master' of https://github.com/toolkitchen/toolkit
...
Conflicts:
src/g-component.html
2012-11-16 14:01:18 -08:00
Scott Miles
367f5ee332
refactoring; FOUC filter
2012-11-16 13:59:52 -08:00
Scott Miles
6214a7464a
simplify components
2012-11-16 13:58:38 -08:00
Frankie Fu
6fc1a4a3d5
Merge pull request #37 from sorvell/master
...
g-component and g-panels minor changes
2012-11-14 11:25:29 -08:00
Steve Orvell
eb8e6b7153
g-panels: push more info to canTransition; g-panel-transition: slight factoring.
2012-11-14 11:18:47 -08:00
Steve Orvell
9ce6132cf1
g-component: correct search to filter out bound attributes in takeAttributes
2012-11-14 11:16:22 -08:00
Scott Miles
323b9efaf1
begin implementing system using local MDV models
2012-11-06 17:47:17 -08:00
Steve Orvell
60a091ab60
Merge pull request #36 from sjmiles/master
...
filter mustaches in takeAttributes, other minor tweaks
2012-11-06 15:10:56 -08:00
Scott Miles
8013d1a1f4
make asyncMethod return the setTimeout handle
2012-11-05 18:40:17 -08:00
Scott Miles
2dd3d5c867
Merge branch 'master' of https://github.com/toolkitchen/toolkit
2012-11-05 18:35:10 -08:00
Scott Miles
98cce180cf
s/inUber/inLifecycle, other non-semantic changes; add optional 3rd parameter for timeout duration to asyncMethod
2012-11-05 18:34:50 -08:00
Frankie Fu
a4126f772d
Merge pull request #35 from sorvell/master
...
g-page: use external stylesheet
2012-11-05 18:32:48 -08:00
Steve Orvell
251f7426ab
fix white space
2012-11-05 18:31:55 -08:00
Steve Orvell
35c960804c
g-page: modified to use an external stylesheet
2012-11-05 18:30:04 -08:00
Frankie Fu
73d5ef5e15
Merge pull request #34 from sorvell/master
...
added g-page component
2012-11-05 17:09:10 -08:00
Steve Orvell
1bfc113a79
g-page: intended as a extendor for components that want to fill the browser window.
2012-11-05 16:53:32 -08:00
Frankie Fu
fe450af736
Merge pull request #33 from sorvell/master
...
g-component attribute parsing fix; g-panels & g-overlay & g-ajax minor fixes
2012-11-05 15:28:22 -08:00
Steve Orvell
fca5deafc1
g-panels: fixed bug that caused setting a bad index to abort a transition.
2012-11-05 15:26:26 -08:00
Steve Orvell
811bb7ad30
g-ajax: changed 'autogo' to 'auto'.
2012-11-05 15:25:40 -08:00
Steve Orvell
53be1be482
g-component: simplified fix for properly converting string number values to numbers.
2012-11-05 15:25:13 -08:00
Steve Orvell
c5083d5453
g-panels: small fixes
...
- selected panel moniker is now id or name
- don't rely on hidden attribute to show/hide (it's overridden by display)
- canTransition() now indirected to transitionNode
- flow transition aborts layout if panels are hidden.
2012-11-05 12:54:20 -08:00
Scott Miles
dcefa708c9
in takeAttributes, trap attributes containing mustache markup and treat them as uninitialized
2012-11-05 12:52:20 -08:00
Steve Orvell
a46b52c502
Fixed a bug with attribute parsing that caused a value of '8foo' to become that number 8.
2012-11-05 12:49:01 -08:00
Steve Orvell
0aa3ee4fb1
g-overlay: style via classes, not attributes + minor tweaks
2012-11-05 12:47:45 -08:00
Steve Orvell
82ca368050
g-ajax: auto go attribute now indicates results should be fetched whenever params change.
2012-11-05 12:44:46 -08:00
Frankie Fu
72c4d52cfd
Merge pull request #32 from sjmiles/master
...
bug fixes, more indirection around 'conventions'
2012-11-05 12:07:04 -08:00
Scott Miles
1ce994cd33
Merge branch 'master' of https://github.com/toolkitchen/toolkit
2012-11-05 11:43:41 -08:00
Scott Miles
a88671ed23
Steve's patch to make findController work in ShadowDOM context: it's no longer generalized, but at least it does what it's supposed to in polyfill, the generic notion of delegate-to-node-with-controller-property will need championing separately
2012-11-05 11:41:41 -08:00