Commit Graph

418 Commits

Author SHA1 Message Date
Matthew Griffith
acae8857a0
Merge pull request #314 from escherlies/patch-2
Added a note for missing <!DOCTYPE html> issues
2021-05-16 12:26:46 -04:00
Enrico Scherlies
02d6391e5c
Added a note for missing <!DOCTYPE html> issues
I have had layout issues on Safari and after debugging I found, that the issue was related to a missing `<!DOCTYPE html>` in my application.

After searching through the Elm Slack channel I saw that many people experienced the same issue.

This PR adds a note to the documentation stating that a missing `<!DOCTYPE html>` might cause issues, to save a lot of time for a lot of people.
2021-05-16 16:45:46 +02:00
Matthew Griffith
7919c5e4f4
Merge pull request #263 from rjdellecese/patch-1
Add note about altering line-height of Input.multiline
2020-10-26 16:43:58 -04:00
RJ Dellecese
a80b1d0c95
Add note about line-height of Input.multiline 2020-10-26 14:56:13 -04:00
mdgriffith
7aa0e01549 1.1.8 - Checkbox accessibility fix. Checkbox positioning issue fix. Column children sizing fix. Button responds to spacebar. 2020-08-02 10:17:59 -04:00
mdgriffith
2b66d51882 resolves #235 - defaultCheckbox alignment would change if it was in a paragraph vs a row. Moving the actual check to be inFront resolves it` 2020-08-02 09:54:49 -04:00
mdgriffith
6ecd303858 allow thumb to show focusable styles again 2020-07-30 09:38:37 -04:00
mdgriffith
b5212f5565 resolves #247 - button should respond to spacebar as well as enter. Also moves event handler from keyup to keydown and preventsDefault, which prevents spacebar and arrows from scrolling the page when being used with these inputs. 2020-07-30 08:55:11 -04:00
mdgriffith
18fb463b2b resolves #236 - checkboxes need proper markup to be read correctly by screen readers 2020-07-26 09:01:17 -04:00
mdgriffith
2dcbb80369 add some more examples to test suite 2020-07-25 19:16:41 -04:00
mdgriffith
42d0dae608 resolves #203, does not regress #147, and sheds some other light on stuff 2020-07-25 19:08:06 -04:00
mdgriffith
263e8fdd8a Merge branch 'master' of https://github.com/mdgriffith/elm-ui 2020-06-07 09:57:15 -04:00
mdgriffith
c2bb294d10 1.1.7 - image width/height fill regression fix 2020-06-07 09:57:11 -04:00
mdgriffith
f05fa94d93 resolves #232, resolves #228 2020-06-07 09:48:11 -04:00
mdgriffith
1efe4868de image test cases 2020-06-07 09:47:39 -04:00
Matthew Griffith
105c1b8251
Merge pull request #224 from alexkorban/issue223
Add test for issue 223
2020-05-28 23:33:43 -04:00
Matthew Griffith
4da35173af
Merge pull request #225 from alexkorban/issue218
Add test for issue 218
2020-05-28 23:33:10 -04:00
Alex Korban
b1a276d9ea Add test for issue 218 2020-05-29 12:15:37 +12:00
Alex Korban
3e64ffc09c Add test for issue 223 2020-05-28 13:01:29 +12:00
mdgriffith
00d7803b2c version 1.1.6 2020-05-25 18:58:39 -04:00
mdgriffith
658464f215 add note about Region.description 2020-05-25 18:58:09 -04:00
mdgriffith
4d624f2395 remove old note about file downloads 2020-05-25 18:53:40 -04:00
mdgriffith
8cb48796bf organize a bunch of issue cases 2020-05-23 11:53:13 -04:00
mdgriffith
56078523b4 restore a bunch of tests using with 2020-05-23 11:52:55 -04:00
mdgriffith
6eae273809 use with for generators, much easier 2020-05-23 11:52:38 -04:00
mdgriffith
22cfba3908 restore nearby tests 2020-05-23 10:17:02 -04:00
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