quickapps / cms

Modular CMS powered by CakePHP
GNU General Public License v3.0
164 stars 69 forks source link

error on adding content (that prevent saving it) #94

Closed Gabri closed 11 years ago

Gabri commented 11 years ago

QACMS from github of two weeks ago (more or less). on backoffice, adding a new article, filling al fields and clicking on "Add Content" nothing happens. Chrome browser, in console I have this error every time I click on the button: "An invalid form control with name='data[MenuLink][link_title]' is not focusable".

On firefox clicking on the "Add Content" button it shows a tooltip saying "Please fill out this field." (but it is above the tab of the browser...). I filled all mandatory fields...

A small thing on firefox (v23): backoffice, in form editing (ie: adding an article) every block with radio buttons or checkboxes, the first input object is shown above the right place (over the text on legend tag)

quickapps commented 11 years ago

Yea, I remember the first issue (Menu link issue), But I think it's already fixed, I was unable to reproduce this one neither.

The second one, just fixed here

Best regards!

Gabri commented 11 years ago

Thanks Chris, super fast! Everything works fine