atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
444 stars 106 forks source link

Basket demo does not work fully #1862

Open mkrecek234 opened 2 years ago

mkrecek234 commented 2 years ago
mvorisek commented 2 years ago

the problem is caused by https://github.com/atk4/ui/blob/a036f67947e285f90ff7b7e0e3fc37fa0c9e7acb/src/View.php#L133

before the data are set, the ID = 0, but then reindexed using the linked code and remove ID is send reindexed because of it

mvorisek commented 2 years ago

see fix in https://github.com/atk4/ui/tree/fix_1862_cart_demo

there are still two issues I would like to be solved before merge:

a) add via "Browse" does not work, when an item is clicked, nothing happens (problem present since introduced in https://github.com/atk4/ui/pull/427) b) menus are displayed on hover, but when clicked the same time, they close - https://github.com/fomantic/Fomantic-UI/issues/2459