Commit Graph

392 Commits

Author SHA1 Message Date
mdgriffith
7ed3ecb935 fix automatic test runner 2020-05-23 08:46:10 -04:00
mdgriffith
d674a8d863 remove logging 2020-05-22 21:33:40 -04:00
mdgriffith
5ce90cbf6b add tests cases 2020-05-22 21:33:15 -04:00
mdgriffith
68f2a96ce9 upgrade examples to 0.19.1 2020-05-22 21:32:57 -04:00
mdgriffith
b664433042 expand list-issues command 2020-05-22 21:32:41 -04:00
mdgriffith
0d96173d31 rename examples so they copmile 2020-05-22 21:32:22 -04:00
mdgriffith
a37f0bfe65 For inFront elements, only have a zindex on those attached to the root element. 2020-05-22 09:04:28 -04:00
mdgriffith
fe2b14b87e resolves #62 - set a max width/height 100% on images with object-fit: cover. This should make it so that with height fill or width: fill set, images respond appropriately. If both are set, then the image should maintain it's aspect ratio and crop to fit. 2020-05-21 20:42:20 -04:00
mdgriffith
b195afb831 add overflow-wrap breakword to paragraph 2020-05-20 22:44:58 -04:00
mdgriffith
5b7dc58fb1 Resolves #172, horizontal labels should be baseline-aligned by default 2020-05-20 09:40:08 -04:00
mdgriffith
4d7e114ac1 Resolves #63 - text alignment for the input element is inherited in this case. Text alignment is inherited by default by other elements already 2020-05-20 09:20:51 -04:00
mdgriffith
1a1b9920bb additional changes for converting padding to a float internally 2020-05-18 23:36:40 -04:00
mdgriffith
4b1b3a77cb resolves #65, resolves #199 - maintain padding as Float internally even if the interface is as Int 2020-05-18 22:57:41 -04:00
mdgriffith
f4fc54d069 Remove unnecessary focus style rule - Resolve #198, resolves #126, resolves #98, resolves #48 - I'm wondering if this was left over from a previous design. 2020-05-18 19:21:01 -04:00
mdgriffith
5d476eda82 fix regression of multiline input due to text wrapping changes 2020-05-18 19:12:51 -04:00
mdgriffith
d0a46aedc7 move cases to resolved 2020-05-17 09:17:09 -04:00
Elm UI Automation
76701aca25 resolves #175 , resolves #69 - Adds a z-index of 20 to inFront elements. While source position resolves some issues, apparently a manual z-index is also important. Need more verification if possible that this doesn't create other issues. 2020-05-16 18:20:30 -04:00
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