Rolf Kreibaum
189ab65980
Fix classpath of Element.modular in documentation
2019-05-12 08:40:02 +02:00
Roberto Soares
8240cc281a
Add note about text alignment to Element
alignment section
...
Trying to reduce confusion between elements and text alignment.
2019-05-02 14:50:15 -03:00
Matthew Griffith
7ef9985b1a
Merge pull request #92 from buinauskas/master
...
Spelling mistake in documentation
2019-03-20 09:40:35 +00:00
Matthew Griffith
86a2a97ca3
Merge pull request #74 from adeschamps/typo-fix
...
Fix a small docs typo.
2019-03-20 09:39:44 +00:00
Olle Fredriksson
4f493a2700
Change the order of text input type and value attributes
...
This works around a rather obscure bug in Microsoft Edge.
Basically, I want to use an input with type date (knowing well that
not every browser implements it), so I use:
```elm
Element.Input.text [ htmlAttribute <| Html.Attributes.type_ "date" ]
```
This works well in most browsers, but it seems to trigger a weird edge
case bug in Microsoft Edge where it renders the date text _twice_, first
in ISO8601, then in the normal way it renders dates in inputs with type
date. So the text box contains both the texts "2019-03-08" and
"3/8/2019".
After quite a lot of experimentation, I found out that switching the
order of these two attributes fixes the problem. I can only speculate as
to why, but whatever it is it seems like it should be benign change to
make.
2019-03-08 10:46:42 +01:00
Evaldas Buinauskas
28652cfde8
Spelling mistake in documentation
2019-02-09 21:32:08 +02:00
Rosario Pulella
cf86ea8ab7
Formating.
2019-02-04 21:53:28 -05:00
Rosario Pulella
f61850e90d
Change classifyDevice function to support rotated devices.
2019-02-04 21:45:23 -05:00
Chen Yu
d866a7e20c
Fixed the documentation about centering
2019-01-29 12:04:28 +08:00
Matthew Griffith
ed45160ce8
update results folder
2018-12-30 08:45:04 -05:00
Matthew Griffith
deacf30a2e
Automated Browser and App Testing
2018-12-30 08:44:26 -05:00
Matthew Griffith
3440537c55
Internationalization document
2018-12-29 11:48:08 -05:00
Matthew Griffith
4765808458
Reorganize tests for easier running.
2018-12-29 11:46:16 -05:00
Anthony Deschamps
53828ff512
Fix a small docs typo.
2018-12-02 21:28:40 -05:00
Matthew Griffith
7e0d0b4fa0
Merge branch 'master' of https://github.com/mdgriffith/elm-ui
2018-11-02 09:31:35 -04:00
Matthew Griffith
5eb376127a
move Nearby to notes
2018-11-02 09:31:33 -04:00
Matthew Griffith
d5f5e17993
Palette Group Experiment Sketch
2018-11-02 09:31:24 -04:00
Matthew Griffith
b3eb8bf611
Merge pull request #53 from sturgman/master
...
Three fixes to the documentation of Element.Input.
2018-10-18 08:30:08 -04:00
Salomon Turgman
bd35c8fc0f
Three fixes to the documentation of Element.Input. 1) Stating that rendering a track is requiredfor sliders, 2) Fixing the call to Input.labelAbove in the code snippet for Input.radio, and 3) simplifying the example for Input.radio
2018-10-15 21:39:28 -04:00
José Rodrigues
fd08f1a953
Mirror 'flex-basis: 0%' from classes.row to classes.column children
2018-10-03 15:49:50 -03:00
Matthew Griffith
ffb1257aab
1.1.0 - Font.variant and Input.labelHidden
2018-10-02 10:46:30 -04:00
Matthew Griffith
64c9670778
Move workspace to separate area
2018-10-02 10:41:12 -04:00
Matthew Griffith
e6c851033e
remove debugging from test runner
2018-10-02 10:33:37 -04:00
Matthew Griffith
8d7339088a
add Font.variantList. Hold back Font.with
for the moment.
2018-10-02 10:25:08 -04:00
Matthew Griffith
775abeef0c
behindContent is rendered first, other nearbys, after.
2018-09-29 19:11:07 -04:00
Matthew Griffith
3afcd91db1
higher contrast on test results viewer
2018-09-29 13:02:25 -05:00
Matthew Griffith
fb68f5b85b
add Font.full
2018-09-29 13:01:53 -05:00
Matthew Griffith
51c14f7b19
cases moved, adjust directory
2018-09-24 08:11:01 -04:00
Matthew Griffith
464f76f04e
fixes #32 : table source order is topleft to bottom right for focus
2018-09-24 08:10:45 -04:00
Matthew Griffith
aa29930fa8
fixes #31 : xAlignment flag was attached to spaceEvenly instead of spacing flag.
2018-09-23 09:26:08 -04:00
Matthew Griffith
3ba2e668fe
remove disabling of a variant because I don't think it's actually needed.
2018-09-22 18:47:37 -04:00
Matthew Griffith
b975f51ee7
render font-variant
if it's smallcaps.
2018-09-22 18:45:33 -04:00
Matthew Griffith
9865c99e27
font features should inherit
2018-09-22 18:45:06 -04:00
Matthew Griffith
be7356bb93
Add support for font variants. resolves #16
2018-09-22 17:15:58 -04:00
Matthew Griffith
40ac5d923f
remove custom logic on visibility of radio.
2018-09-22 09:11:18 -04:00
Matthew Griffith
f439526cd6
Keep track of resolved and open cases
2018-09-22 08:56:54 -04:00
Matthew Griffith
73dcc6e940
Reduce needed rules for font adjustment
2018-09-22 08:48:10 -04:00
Matthew Griffith
d94a2b589d
updated font adjustment experiment
2018-09-22 08:47:09 -04:00
Matthew Griffith
ef9dcc3534
remove default adjustment (should be done manually, there is no default)
2018-09-22 08:43:15 -04:00
Matthew Griffith
79df3d1eff
compare numbers by rounding || flooring
2018-09-19 09:31:33 -04:00
Matthew Griffith
43f03783bb
visibility tests should be in viewport when tested
2018-09-19 09:30:59 -04:00
Matthew Griffith
a15c65515d
Placeholders only inherit spatial attributes
2018-09-18 17:36:13 -04:00
Matthew Griffith
6f0a718678
symmetrical model for wrapped row padding
2018-09-18 15:46:44 -04:00
Matthew Griffith
2cc208024b
Font.sizeByCapital
2018-09-18 14:40:02 -04:00
Matthew Griffith
dee2fda170
No implicit spaces in paragraphs.
2018-09-17 21:20:16 -04:00
Matthew Griffith
192acf6a08
labelHidden
2018-09-17 17:10:38 -04:00
Matthew Griffith
531e23fd07
isVisible test
2018-09-17 16:52:51 -04:00
Matthew Griffith
81cf517315
ignore .vscode
2018-09-17 14:34:30 -04:00
Matthew Griffith
37e1f06502
Font Adjustment experiment
2018-09-17 14:34:04 -04:00
Matthew Griffith
d0d2ab8e2f
Nearbys now rendered last to resolve z-index fighting.
2018-09-17 14:27:10 -04:00