Calendar: minor fixes#1432
Conversation
Add calendar widget by copying and renaming datepicker widget files. Remove datepicker functionality, options and methods from Calendar. Remove calendar functionality, options and methods from Datepicker. Adjust tests due to split and changed specification. Remove duplicated demo files and fix some demos. Simplify calendar generation, use CSS instead of inline styles. Fix destroy method. Make use of uniqueId method. Fix focus highlighting when month is changed. Add version property. Add common unit tests. Fix input keyboard handling.
Add calendar widget by copying and renaming datepicker widget files. Remove datepicker functionality, options and methods from Calendar. Remove calendar functionality, options and methods from Datepicker. Adjust tests due to split and changed specification. Remove duplicated demo files and fix some demos. Simplify calendar generation, use CSS instead of inline styles. Fix destroy method. Make use of uniqueId method. Fix focus highlighting when month is changed. Add version property. Add common unit tests. Fix input keyboard handling.
|
I reviewed the individual commits, again no actual testing. Looks good to me. |
66bfbe7 to
2afae49
Compare
|
Needed to change styles for button elements. Added fix for multiple month border style. |
2afae49 to
8c9f7cf
Compare
|
Updated day item generation to use button elements only. |
|
Travis build failed, including calendar issues. |
|
Looks the same as before in Firefox and Chrome, so that's good! |
e21a56d to
2ea46ae
Compare
8c9f7cf to
fe572c7
Compare
|
Fixed broken calendar unit test. |
fe572c7 to
ef1ce3c
Compare
|
Rebased on to rebased datepicker branch. Thanks @scottgonzalez! |
|
@fnagel What's the status of this? Are you waiting for another review from @jzaefferer? |
|
@scottgonzalez Waiting for another review (if needed) by Jörn or yourself. Otherwise this could be merged right away. |
Move calendarOptions variable into datepicker prototype.
3f717ca to
54aec0c
Compare
|
@scottgonzalez Updated as suggested. |
|
Looks good. |
|
@fnagel What's holding this up? |
|
@scottgonzalez Nothing specific, just hardly free time... |
Move calendarOptions variable into datepicker prototype. Ref gh-1432
|
Merged into datepicker branch 2ea46ae...bbe1eff |
Some minor items from the wiki todo list.