GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
BSD 3-Clause "New" or "Revised" License
22.38k stars 4.06k forks source link

Problem with background image and send form #158

Closed martcot closed 7 years ago

martcot commented 7 years ago

I got problem with background image on a cell and send form. Grapejs is wrapped in a

tag. When I click on a cell, click on style editor click on the + where you can choose background image and oooop it send the form. Any idea @artf ?

artf commented 7 years ago

I think '+' button triggers the send because there is no 'type="button"' You can wait for the fix or put the editor off from the form (and update some hidden input on editor change)

martcot commented 7 years ago

Thank you! I will check if I can put editor off from the form.

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.