Commit Graph

375 Commits

Author SHA1 Message Date
Elm UI Automation
f36f793bf8 resolves #165 - rows inside a paragraph are actually just inline elements, which sorta makes sense. Also, all text children within a paragraph must wrap. 2020-05-16 16:04:19 -04:00
Elm UI Automation
22deccc290 resolves #190, resolves ##147 - While rows have flex-basis 0% which allows for the children of a row to default to their content size, this is apparently a different story for columns.
Safari has an issue if this is flex-basis: 0%, as it goes entirely to 0, instead of the expected content size.
2020-05-16 14:31:42 -04:00
Elm UI Automation
db8ff2b7e5 resolves #169 - add proper imports to paragraph example 2020-05-16 12:47:20 -04:00
Elm UI Automation
2f192bdb99 remove leftover comment 2020-05-16 12:30:26 -04:00
Elm UI Automation
9b74bcc5a2 resolves #173 - Within a paragraph you can now nest arbitrarily deep els and paragraphs if needed. Additionally, rows within a paragraph have a default alignment of baseline. 2020-05-16 12:27:31 -04:00
Elm UI Automation
9972ddbe7d add link and flesh out nestedparagraphs issue 2020-05-16 12:23:28 -04:00
Elm UI Automation
83ce47173c add clip/scrollbars to testable 2020-05-16 10:57:44 -04:00
Elm UI Automation
3747129fb1 Add issue examples to test suite 2020-05-16 10:57:32 -04:00
Elm UI Automation
d5c8a943ea adjust tests to be mor sensitive to text wrapping 2020-05-16 10:44:46 -04:00
Elm UI Automation
1ed9f79d94 reenable all test viewer 2020-05-15 22:30:29 -04:00
Elm UI Automation
8190467e77 allow tests to be renameable 2020-05-15 09:21:39 -04:00
Elm UI Automation
08a7cbeb00 move Run.elm to All.elm and use Run.elm as a dynamically generated file 2020-05-15 09:21:25 -04:00
Elm UI Automation
34447883a8 Element.toProgram 2020-05-15 09:20:39 -04:00
Elm UI Automation
ee7398958f update template viewer so we can both view a file and import it to the automation 2020-05-15 09:19:13 -04:00
Elm UI Automation
2c582df903 general text wrapping test 2020-05-13 23:13:05 -04:00
Elm UI Automation
9f9f9bbd20 capture safari issue 2020-05-13 23:12:51 -04:00
Elm UI Automation
dc6feb829c remove border from ElInFixedHeight issue 2020-05-13 23:12:22 -04:00
Elm UI Automation
fe73cbd688 support paragraph wrapping case 2020-05-13 21:13:36 -04:00
Elm UI Automation
10952369fb nested paragraph test case 2020-05-13 21:12:19 -04:00
Elm UI Automation
aa4a4ccc79 Merge branch 'master' of https://github.com/mdgriffith/elm-ui 2020-05-10 21:02:51 -04:00
Matthew Griffith
79f5e1e409
Merge pull request #209 from lucamug/master
Test for the Issue #201 https://github.com/mdgriffith/elm-ui/issues/201
2020-05-10 10:12:18 -04:00
Matthew Griffith
4b73443eef
Merge pull request #212 from alexkorban/issue190
Add test for issue 190
2020-05-10 10:08:11 -04:00
Matthew Griffith
81367a4f62
Merge pull request #211 from alexkorban/issue191
Add test for issue 191
2020-05-10 10:07:55 -04:00
Matthew Griffith
dbf8850def
Merge pull request #210 from alexkorban/issue197
Add test for issue 197
2020-05-10 10:07:31 -04:00
Elm UI Automation
0dd85ae15d start Testable.Generator sketch 2020-05-09 15:52:25 -04:00
Elm UI Automation
1ceefdb0b1 remove debugs in testing 2020-05-09 15:51:44 -04:00
Elm UI Automation
f204bc1aeb fix spacing for columns 2020-05-09 15:51:35 -04:00
Elm UI Automation
d188db23a7 fix spacing calculation for width 2020-05-09 14:39:44 -04:00
Elm UI Automation
c40b207654 add some more options to the test viewer 2020-05-09 13:18:25 -04:00
Elm UI Automation
17b3a5ffb1 make test viewer script 2020-05-09 11:37:02 -04:00
Elm UI Automation
5f880a7981 expand width and height testing to be informed by what the element is that's being tested 2020-05-06 23:19:50 -04:00
Elm UI Automation
4ea86ab0d8 add text metrics to the metrics harvester 2020-05-04 22:38:55 -04:00
Alex Korban
d6d2a8ae0f Add test for issue 190 2020-05-04 09:11:04 +12:00
Alex Korban
300c8110a3 Add test for issue 191 2020-05-04 08:10:38 +12:00
Alex Korban
18e00c2f30 Add test for issue 197 2020-05-04 07:41:23 +12:00
Elm UI Automation
80e267c890 testing: allow implicit width/height testing (and in the process break a lot of tests!) 2020-05-03 10:55:16 -04:00
Elm UI Automation
77e154e97c adjust note about color alpha 2020-05-03 10:52:58 -04:00
Elm UI Automation
639efbb5ab redo testing interface so it's actually readable by a human. 2020-05-02 14:38:03 -04:00
Elm UI Automation
510b32ae82 make example testable 2020-05-02 14:37:18 -04:00
Matthew Griffith
c403b41a43
add accessibility note 2020-05-02 09:37:49 -04:00
Elm UI Automation
86fd768ea2 re-title 2020-05-02 09:31:37 -04:00
Elm UI Automation
0ad82749de Merge branch 'master' of https://github.com/mdgriffith/elm-ui 2020-05-02 09:29:45 -04:00
Elm UI Automation
cb7aa02cd2 add some motivation. 2020-05-02 09:29:43 -04:00
Luca
189f17f920 Test for the Issue #201 https://github.com/mdgriffith/elm-ui/issues/201 2020-05-02 18:00:15 +09:00
Matthew Griffith
2e4d1b2801
Merge pull request #207 from cameron/patch-1
add note in Input docs: <input type="file"> workaround
2020-05-01 21:34:43 -04:00
Elm UI Automation
6b78e43f00 add blend note 2020-05-01 21:33:03 -04:00
Cameron Boehmer
68e246965d
docs note: <input type="file"> workaround 2020-05-01 18:26:50 -07:00
Elm UI Automation
47bb68d860 Merge branch 'master' of https://github.com/mdgriffith/elm-ui 2020-05-01 21:25:04 -04:00
Elm UI Automation
054535087e Color without alpha exploration. 2020-05-01 21:24:59 -04:00
Matthew Griffith
d49e7b3388
Merge pull request #206 from lucamug/add-tests
Code example for issue #147 - Safari bug for `el` heigh calculation i…
2020-05-01 10:41:02 -04:00