DAnn2012

Results 83 comments of DAnn2012

This bug appears to be related to daylight saving time. On my Mac with OS X El Capitan 10.11.6 (15G22010) and the latest supported version of Safari (the now very...

@nolimits4web Can [this link](https://stackoverflow.com/questions/563406/add-days-to-javascript-date) help? Here it is explained that to **avoid DST problems** it is not convenient to use `.getTime` and `24 * 60 * 60 * 1000`. https://github.com/framework7io/framework7/blob/a58ef126cc942260623bf1dd85cd0eda9b3e8d9e/src/core/components/calendar/calendar-class.js#L480...

@nolimits4web I've done some testing with the hack [described here](https://stackoverflow.com/questions/14839244/why-is-safari-confused-about-date-getday-for-dst-start-in-sydney-aus-time-zon) (add `"12:00"` to `new Date` or the equivalent `date.setHours(12, 0, 0, 0)`) and the situation seems to be improving, but...

@nolimits4web these are the changes I made to the code to test this hack, but I will tell you right away that it is only a "**Proof of Concept**" as...

This issue also occurs with the current version 7.0.1 with Safari 11.1.2 on OS X El Capitan 10.11.6 (15G22010), but while f7 v6 in the package.json file was declared compatible...

These useless lines are still present in the current version 7.0.1 https://github.com/framework7io/framework7/blob/c6bc8338ba47941d9ba5255c1f7b02c239241de3/src/core/shared/history.js#L31 https://github.com/framework7io/framework7/blob/c6bc8338ba47941d9ba5255c1f7b02c239241de3/src/core/components/panel/panel-class.js#L517 https://github.com/framework7io/framework7/blob/c6bc8338ba47941d9ba5255c1f7b02c239241de3/src/core/modules/router/navigate.js#L259 https://github.com/framework7io/framework7/blob/c6bc8338ba47941d9ba5255c1f7b02c239241de3/src/core/modules/router/back.js#L187 https://github.com/framework7io/framework7/blob/c6bc8338ba47941d9ba5255c1f7b02c239241de3/src/core/modules/router/back.js#L221 https://github.com/framework7io/framework7/blob/c6bc8338ba47941d9ba5255c1f7b02c239241de3/src/core/modules/router/back.js#L350 Thanks.

Hello @MDB80 Please, You could check if this change is also required to these other Color Picker modules? https://github.com/framework7io/framework7/blob/52b7e116e41cefab06e5f34e6dec139222426716/src/core/components/color-picker/modules/hs-spectrum.js#L67 https://github.com/framework7io/framework7/blob/52b7e116e41cefab06e5f34e6dec139222426716/src/core/components/color-picker/modules/sb-spectrum.js#L66 Do you think this change is needed even in other...

Hello @MDB80 Considering that the source code of the current 7.0.1 version is identical to the one above, could you please kindly check if the problem still occurs? https://github.com/framework7io/framework7/blob/c6bc8338ba47941d9ba5255c1f7b02c239241de3/src/core/components/color-picker/modules/wheel.js#L106 https://github.com/framework7io/framework7/blob/c6bc8338ba47941d9ba5255c1f7b02c239241de3/src/core/components/color-picker/modules/hs-spectrum.js#L67...

Hello @bfintal I think there is a typo in these lines (`depenencies` instead of `dependencies`): https://github.com/gambitph/Stackable/blob/053608197bf00c61d9bcb5f568db4c1bf275d022/src/block-components/advanced/style.js#L39 https://github.com/gambitph/Stackable/blob/053608197bf00c61d9bcb5f568db4c1bf275d022/src/block-components/advanced/style.js#L105 https://github.com/gambitph/Stackable/blob/053608197bf00c61d9bcb5f568db4c1bf275d022/src/block-components/advanced/style.js#L160 https://github.com/gambitph/Stackable/blob/053608197bf00c61d9bcb5f568db4c1bf275d022/src/block-components/alignment/style.js#L29 https://github.com/gambitph/Stackable/blob/053608197bf00c61d9bcb5f568db4c1bf275d022/src/block-components/alignment/style.js#L40 https://github.com/gambitph/Stackable/blob/053608197bf00c61d9bcb5f568db4c1bf275d022/src/block-components/content-align/style.js#L51 https://github.com/gambitph/Stackable/blob/053608197bf00c61d9bcb5f568db4c1bf275d022/src/block-components/content-align/style.js#L60 Also, please, if you can take a look...

Hello @bfintal as soon as you can, could you take a look at this problem? Thanks.