Hi,
I'm working on drupal 9.x and I've installed drupal 9.0.0 successfully on my local server(using PHP v7.4).
Now I want to create a page in my drupal site So for that, following the below steps:
1. Login in the admin panel and go to Content->Basic/Article.
2. Add the content in the Description.
3. create a menu link
4. Save the page
5. On Save page, nothing is happening and in console getting an error like
"An invalid form control with name='title[0][value]' is not focusable."
Expected: The page should be created successfully.
Can you please help me out in resolving this issue asap.
Regards,
Ankit Singh
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot (230).png | 167.55 KB | ankiitsinghh |
Comments
Comment #2
idebr commentedYour title field is required and empty, but Chrome cannot focus it. This will be fixed in #1797438: HTML5 validation is preventing form submit and not fully accessible
Comment #3
pameeela commentedThanks for reporting this issue. We rely on issue reports like this one to resolve bugs and improve Drupal core.
As @idebr has said, this is a duplicate of {#1797438]. I've added it as related and will close this. Also moving to Major as this doesn't meet the definition of critical.
Thanks both of you!