jlukic
339b2369e2
Disables transition debug by default, too chatty
10 years ago
jlukic
223b3c3710
Fixes #622 , added as a separate commit to avoid addition committed files. Thanks GianlucaGuarini
10 years ago
jlukic
7e42a34a36
Fixes #625 Popup using title attribute would not restore its attribute properly with on click. Hide All is invoked on popup not the element causing it to popup, making cached data lost.
10 years ago
robertoles
c036282550
Only call transition reset on modal dimmer hide when module available
10 years ago
jlukic
ec029e3275
Fixes issue #599 . Accordion title and content selector are too generic
10 years ago
Mohammad Younes
5c4a75ad95
Fewer hints the better
The parser default now is to rename all classes having no bidirectional
declarations unless ignored.
10 years ago
Mohammad Younes
c2a2138b5a
rtl hints
10 years ago
jlukic
823244af1a
Fixes #541 , onSuccess does not return value of callback
10 years ago
jlukic
60bdbb514a
Fixes form add prompt to be more comprehensive, easier to work with, Fixes #567 #541
10 years ago
DVSoftware
4d1f1003d1
Removed semicolon that breaks LESS parser
11 years ago
Sebastian Krzyszkowiak
ea5723e8ca
Transition: Disable animationEnd callback on transition reset.
Fixes rare race condition with modals where animationEnd callback on dimmer could fire before modal's one, calling .transition('reset') on modal right before animationEnd event for it arrives, causing module.complete callback to restore incorect conditions, making modal visible when it shouldn't be, causing next modals to misbehave.
11 years ago
jlukic
1319c3f33e
Fixes issue where queued animation sometimes does not occur if same animation caused by lack of repaint
11 years ago
jlukic
9b2afb7dac
Removes previous changes for modal detachable to segment/dimmer. Fixed transition error message to make more sense
11 years ago
jlukic
4dcfe8aa40
Transition: prevents same animation from occurring twice by default
11 years ago
jlukic
4b6b2dad3a
Modal: adds support for multiple visible modals #491
11 years ago
jlukic
ab1cf3520a
Dropdown: Fixes #498 , dropdown item links not clickable from touch events. Fixes issue with touchmove event not being cremoved after menu hide
11 years ago
jlukic
b4ae26d24f
Dropdown: adds ability to restore default value, text #492
11 years ago
jlukic
09b088a7c4
Form: Fixes values to be trimmed when validating, #488
11 years ago
jlukic
cf6f6abcef
Dropdown: Fixes issue where last matching item was found, without prioritizing value over text #502
11 years ago
jlukic
c85111db98
Reverts #423 , sidebar changes
11 years ago
Mohammad Younes
cc9e0ba823
Add ok/cancel combination to the selectors list
11 years ago
Mohammad Younes
2a1dc06811
A more consistent selector.
11 years ago
Mohammad Younes
77f707acee
Add detachable setting
11 years ago
Mohammad Younes
1021857100
Keeping Modal in place
11 years ago
jlukic
0f742b7f8e
Removes vendor prefixes from checkbox source, adds transform: none to avoid GPU acceleration triggers which might cause rendering issues with radio box circles
11 years ago
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