jlukic
|
56a621d60a
|
Fixes invoke function in all modules to avoid instance rewrite outside of scope
|
11 years ago |
jlukic
|
be8dd23b3b
|
Removes force repaint of dropdowns due to fixes in transition module
|
11 years ago |
jlukic
|
cdacbab204
|
Modification to modal to account for changes in transition rewrite
|
11 years ago |
jlukic
|
6f4f52c852
|
Modification to popup to account for changes in transition rewrite
|
11 years ago |
jlukic
|
e7d14d7913
|
Fixes heinous typo in horizontal flip out
|
11 years ago |
jlukic
|
b80c3a5231
|
Complete rewrite of transition module, adds requestanimationframe, more granular behavior control, and caching optimizations for display/animation lookup
|
11 years ago |
jlukic
|
3e750d8b8e
|
Adds reset behavior to transition
|
11 years ago |
jlukic
|
5d4c45cf43
|
Fixes #445 popup using click can sometimes open/close, caused by document clickaway event being preserved
|
11 years ago |
jlukic
|
1ea95cbab2
|
Modal: fixes dimmer and modal to use two separate checks for active status
|
11 years ago |
jlukic
|
00a9209438
|
Modal: Fixes IE detection, IE11 now reports navigator.appName as Netscape and not Microsoft Internet Explorer LOL
|
11 years ago |
jlukic
|
f09c666fc9
|
Fixes #467 issue with accordion clipping content
|
11 years ago |
jlukic
|
00bd3de60a
|
Adds forced repaint to dropdown
|
11 years ago |
jlukic
|
06edf0dd82
|
Moves forced repaint event only to dropdown
|
11 years ago |
jlukic
|
84c902ac20
|
Formatting on popup
|
11 years ago |
jlukic
|
87f6f23c28
|
Fixes bug in detatch where before was being used instead of insertBefore causing issues with siblings
|
11 years ago |
jlukic
|
f5f37597aa
|
Fixes detatch to only occur on dimmer when element is not inside dimmer
|
11 years ago |
jlukic
|
1e0eeab1e8
|
fixes formatting from pull request for popup
|
11 years ago |
jlukic
|
e50a261428
|
Modifies transition repaint event
|
11 years ago |
jlukic
|
b3f862e1cd
|
Adds debugging for tab hash
|
11 years ago |
Mohammad Younes
|
7e9e1904ff
|
condition will never evaluate to true
The condition should be either ```typeof module.cache ===
'undefined'``` or ```module.cache === undefined```
|
11 years ago |
Mohammad Younes
|
5239c8be8a
|
moved save.conditions from module.create to module.show
|
11 years ago |
Mohammad Younes
|
293d6212e8
|
Fix #422 - Hide native browser tooltip
|
11 years ago |
Mohammad Younes
|
44b16bdb5d
|
Fix Menu dropdowns not closing in IE11 #409
|
11 years ago |
Mohammad Younes
|
e923972446
|
Fix issue #409
Force IE to repaint element to start the animation.
More details here:
https://github.com/Semantic-Org/Semantic-UI/issues/409
|
11 years ago |
jlukic
|
d772cd85c4
|
Working on solve for IE11 dropdown issues, adding test case
|
11 years ago |
jlukic
|
716176f85e
|
Fixes #409 dropdown does not contain easing definition for fallback js animation
|
11 years ago |
Rich Soni
|
8fd49d42bb
|
Issue #423 - right sidebar push not working
- Change body.pushed to always use 'margin-left'
- Invert margin to negative if its direction is right
|
11 years ago |
jlukic
|
c9057682a5
|
Fixes issue with star vertical alingment
|
11 years ago |
jlukic
|
2e5e078a6c
|
Fixes #405, error in dimmer causing modals not to be showable unless active
|
11 years ago |
jlukic
|
f47e721b26
|
Dropdown: Adds enhancement to store dropdown value even in cases without input #404
|
11 years ago |
jlukic
|
ab0a72a5a0
|
Fixes #402 issue with revalidation of forms always occuring on change
|
11 years ago |
jlukic
|
addba19dfe
|
fixes bug in dimmable where multiple dimmers might show
|
11 years ago |
jlukic
|
7c4e053c15
|
swaps disabled/enabled state on rating
|
11 years ago |
jlukic
|
4d9dc3f264
|
adds a couple new log lines for modal
|
11 years ago |
jlukic
|
84ec273d8a
|
Package and rebuild
|
11 years ago |
jlukic
|
4b7e67e372
|
Fixes #365, has transition does not call function
|
11 years ago |
jlukic
|
752672d909
|
Fixes #359 again, selected item would not select a falsey value
|
11 years ago |
DveMac
|
a3d9cf97ee
|
Explicitly specify right aligned sidebar positions
|
11 years ago |
t.adamski
|
fede04934b
|
case insensitive e-mail validation
|
11 years ago |
Slobodan Mišković
|
671489caeb
|
Update sidebar.js
dropdown -> sidebar
|
11 years ago |
jlukic
|
1d38efc665
|
Adds boolean example to dropdown page
|
11 years ago |
jlukic
|
c5a8f7ee69
|
Fixes #355 #359 #277 Issue with improper type check on dropdown default values
|
11 years ago |
Chris Hutchinson
|
dff16cea61
|
Clean out trailing commas
Breaks IE8 below and Google closure compiler
|
11 years ago |
Frankie Bagnardi
|
a7a2380084
|
replaced "initial" with "text"
I believe this is what we want. [mdn](https://developer.mozilla.org/en-US/docs/Web/CSS/user-select) doesn't specify which is the default. Chrome works with `initial`, but firefox doesn't.
|
11 years ago |
Frankie Bagnardi
|
ea3b0e9398
|
#343 modal text can't be selected
|
11 years ago |
jlukic
|
b4c9810853
|
Fixes #338 regression, offstage position was calculated before content position was available.
|
11 years ago |
jlukic
|
80b01ef636
|
Fixes #330 issue with nested accordion. Adds nested accordion example
|
11 years ago |
Jef Mathiot
|
55d7a8ef55
|
Added a context option to the popup module to make its behavior closer to modal.
|
11 years ago |
jlukic
|
37f281ae60
|
Fixes floating menu dropdown position to not be overwritten
|
11 years ago |
jlukic
|
953d3435b0
|
Fixes incorrect not selector (does not support comma selectors inside not
|
11 years ago |