Abasov Akif
e2dd256235
CSS Animations ( #810 )
3 years ago
Shagen Ogandzhanian
8a072a356e
Remove helper DOM builder elements from the public scope
3 years ago
Shagen Ogandzhanian
244f4ce1d8
Fix last integraton test failing in Firefox and enabling it as a default target
3 years ago
Shagen Ogandzhanian
a11f080730
Make `file input updates the text` cross-browser
3 years ago
Shagen Ogandzhanian
073e5e9db6
Mediaquery resize test is passing in Firefox
...
firefox tests are not enabled so far nevertheless
3 years ago
Shagen Ogandzhanian
8d5f47f78b
Prepare mediaquery test for cross-browser support
3 years ago
Shagen Ogandzhanian
c0bba88f02
Simplify text selection in "select event update the txt"
...
This approach also make it more cross-platform resistant
3 years ago
Shagen Ogandzhanian
8131b6665d
Remove accidentaly wrongly merge code from a debug branch
3 years ago
Shagen Ogandzhanian
c5b1e29f15
Add posibility to install missing chrome drivers for local development
3 years ago
Shagen Ogandzhanian
1b42dbec3e
Dispose web drivers after selenium tests
3 years ago
Shagen Ogandzhanian
05dc8d1c05
Run selenium tests in Firefox is specific System property (synced with project property) is present
3 years ago
Oleksandr Karpovich
29a5297907
Web: Input element and onInput event refactoring ( #799 )
...
* web: Add more tests for the event handlers
* web: Inputs refactoring (wip)
* web: Add `Options` for `addEventListener`
* web: Add basic methods and properties to the SyntheticInputEvent to align it with `org.w3c.dom.events.Event`
* web: Add a test for `capture = true` Event Listener Option
* web: Update PR to make contain only relevant changes + add specific functions for Inputs
* web: Update PR to align with master after rebase
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Shagen Ogandzhanian
2de373c7db
Prepare integration tests for possibility to run against Firefox
3 years ago
Abasov Akif
0a90ae2194
Remove CSS Typed OM API ( #786 )
3 years ago
Shagen Ogandzhanian
4529645a75
Don't allow to assign null value in attr ( #780 )
...
* Remove atrributes completely and reapply everything
Rather than keeping map with attributes applied
* Don't allow nullable signatures while calling attr
3 years ago
Oleksandr Karpovich
3b96c55daa
web: test for media query ( #766 )
...
* web: Add a test for media query in style sheet
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Shagen Ogandzhanian
898fa303ff
Rename package names in web-core
...
androidx.compose.web -> org.jetbrains.compose.web
androidx.compose.web.elements -> org.jetbrains.compose.web.dom
4 years ago
Shagen Ogandzhanian
b1328204b8
Make consistent multi-platform plugin invocation throughout web modules and examples
4 years ago
Shagen Ogandzhanian
6a8e15a7fe
[web] Attribute builder builds styles as well
4 years ago
Shagen Ogandzhanian
4dd4390ecd
Introduce web-integration-widgets and rename web-integration to web-integration-core
...
web-integration-widgets is without tests so far
4 years ago