ConnectProject / mavoix-panel

0 stars 1 forks source link

can't leave image editing window #64

Open paraLucy opened 3 years ago

paraLucy commented 3 years ago

at least one card (in this case "yaourt") doesn't have save or cancel button in editing window. The only way out is the back button of the browser. Going back to the tab after that doesn't solve the problem. Screen Shot 2021-03-15 at 17 15 38

paraLucy commented 3 years ago

Actually, the buttons are displaced by the image. If you drag the mouse you'll find the delete, cancel and save buttons to the upper right side of the image

r03ert0 commented 3 years ago

thank you @paraLucy! that shouldn't be hard to fix @morvanr?

morvanr commented 3 years ago

In fact, I guess the command are here if you scroll right, the button should then appear, I guess once we have made the script that resize and rescale the image it won't be possible for this to happen again

r03ert0 commented 3 years ago

I think the problem may be the aspect ratio, which in this case is very tall. Maybe just limiting the height to a max value would solve the issue? Maybe a css like max-height: 200px; max-width:200px; would fix it?

r03ert0 commented 3 years ago

I made a very tall image, just to try. It completely breaks the layout:

curve

Screenshot 2021-03-15 at 20 45 55
morvanr commented 3 years ago

I saw that :) I will fix that as well

ntraut commented 3 years ago

I tried with the same image so with the same aspect ratio but probably smaller and did not have the problem, so I guess it is mostly because the image is too big.