Commit Graph

94 Commits (8ff6f37f5479a7e887af7c4ed73fac6c790f5ff1)

Author SHA1 Message Date
Cagatay Civici d8e2223e17
Merge pull request #310 from ajacob/fix-dialog-focus
Fix closable dialog focus
2020-05-27 15:50:05 +03:00
cagataycivici 4e6080d505 em to rem conversion 2020-05-14 11:51:13 +03:00
Alexandre Jacob dfa41f905b Fix closable dialog focus
When opening a closable dialog, the focus goes to the close button.

```html
<button aria-label="close" type="button"
    class="p-dialog-titlebar-icon p-dialog-titlebar-close p-link">...</button>
```

This button should not be focused
2020-05-09 19:34:51 +02:00
cagataycivici 80175e7fac Fixed alignment 2020-04-30 00:58:41 +03:00
cagataycivici b04b7ba925 New styling 2020-04-28 12:34:12 +03:00
cagataycivici 1979589d83 More work on theming refactor 2020-04-24 19:15:39 +03:00
cagataycivici 86d98e5e42 Fixed #262, Fixed #265 2020-04-07 15:04:25 +03:00
cagataycivici 382a51c036 #237 for Dialog - Animate modal background 2020-03-17 12:51:52 +03:00
mertsincan 5f3f46172d Fixed #190 - Top* and Bottom* animation are not working correctly on Dialog with 'position' property 2020-02-07 15:54:20 +03:00
cagataycivici e741c3d269 Refactor styles 2020-02-06 14:57:20 +03:00
mertsincan aeed505de4 Added position animations 2020-02-04 10:46:11 +03:00
mertsincan b3a80cf128 Fixed #184 - Add position property to Dialog 2020-02-03 15:18:00 +03:00
mertsincan 8447b3892f Refactor #183 2020-02-03 12:44:20 +03:00
mertsincan 768485ffcf Fixed #183 - Add maximizable property to Dialog 2020-02-03 12:08:54 +03:00
mertsincan d41c339c60 Refactor #179 2020-02-03 11:02:27 +03:00
mertsincan 82e6ddf102 Fixed #182 - Style classes are not rendered correctly on Dialog 2020-02-03 10:25:08 +03:00
mertsincan 20209b8a06 Fixed #179 - Dialog header not visible 2020-01-31 16:34:35 +03:00
cagataycivici f21bdf4f79 Improve leave animation 2020-01-30 11:05:19 +03:00
mertsincan 44a29f57a0 Fixed #167 - Dialog visuals broken when initially displayed 2020-01-30 11:03:03 +03:00
mertsincan 805f352b04 Fixed #166 - Dialog animation leave does not work 2020-01-30 10:57:29 +03:00
cagataycivici ba4121afae Refactor data name 2020-01-30 10:13:26 +03:00
mertsincan 8e878257ce Refactor #153 2020-01-23 11:39:52 +03:00
mertsincan 72b687499d Fixed #153 - Dialog in mobile view 2020-01-23 11:27:24 +03:00
mertsincan b0457ef4fb Fixed #145 - Dialog block UI removes page scroll 2020-01-20 13:54:26 +03:00
Merve Özçifçi fb253ef387 Fixed #145 2020-01-17 16:27:16 +03:00
Merve Özçifçi d944b45a33 Revert "Fixed #145"
This reverts commit 1c7b1aa406.
2020-01-17 15:54:55 +03:00
Merve Özçifçi 1c7b1aa406 Fixed #145 2020-01-17 15:45:10 +03:00
cagataycivici 5244372d72 Add type="button" 2020-01-13 13:06:08 +03:00
mertsincan e7b20c2a0c Fixed #136 - Enhance Dialog Positioning 2020-01-08 13:51:56 +03:00
cagataycivici 1dbdf3c310 Fixed #108 - Enhance ARIA roles and attributes for the components 2019-12-26 14:24:53 +03:00
cagataycivici 93845f6a0c Refactor 2019-12-09 17:48:23 +03:00
cagataycivici aa4ac46411 Fixed #94 - Dialog is not modal when v-if used 2019-12-09 17:47:18 +03:00
cagataycivici 319a1bc67a Lint fixes 2019-11-01 11:35:39 +03:00
cagataycivici d9eb230bac Fixed #80 - Modal dialog is not destroyed properly 2019-11-01 11:32:32 +03:00
cagataycivici 98f9ab2579 Fixed #77 - Modal dialog not blocking background 2019-11-01 11:30:06 +03:00
Merve Özçifçi 5e5831359d Dialog title class fixed 2019-08-05 10:40:01 +03:00
mertsincan 58bae69fbc Created Dialog.d.ts 2019-05-28 15:12:03 +03:00
cagataycivici ae91cdfa13 Move css to vue files 2019-05-26 00:13:31 +03:00
cagataycivici 08b8e56224 Updated dialog animations 2019-05-23 15:50:28 +03:00
mertsincan 11ee9a5496 Refactor on dialog animation 2019-05-20 15:28:19 +03:00
Merve Özçifçi 1b66c2f777 Dialog doc added 2019-03-29 15:29:39 +03:00
cagataycivici b7a7f7ff3c Implemented Sidebar Component 2019-02-05 06:40:53 +03:00
cagataycivici 10ba7e4da1 Initated OverlayPanel 2019-01-31 18:42:58 +03:00
cagataycivici 0a024a389c Initiated Dialog Component 2019-01-31 15:15:32 +03:00