Form validation messages appear in incorrect order
Steps to reproduce:1) Change the #weights of elements on a built-in Drupal form to reorder form elements. The registration form is a good choice. 2) Submit the form with errors in every validated...
View ArticleAdd the option to add custom menus to a content type on menu creating/editing
Problem/MotivationWhen creating a custom menu there isn't an option to link the menu to a content type. I had the idea to make a custom menu where I could add some basic pages.The steps I had in mind:...
View ArticleBartik - Responsive menu-toggle shows up in pad and desktop display in show mode
Bartik theme has a responsible primary navigation built in with three display sizes for mobile, pad and desktop. In mobile display either a "Show" or a "Hide" menu-toggle bar are being provided to show...
View ArticlePager doesn't display right ellipsis if there is only one page left
Steps to reproduce:- On a clean Drupal installation, use the "Devel generate" module to create 100 nodes of type "Story". - Go to admin/content/node and make sure all nodes are promoted to the...
View Articleparagonie/random_compat filesystem changed, vendorTestCodeCleanup is out of date
Problem/MotivationIn the current version of Drupal 8.1.x, (3ad9f73be798f1e0fed0914a522d696b230139a2) composer.lock has paragonie/random_compat at v.1.1.1.If you perform composer update, you'll see that...
View Article"Authored on" string on multilanguage sites not translating; always...
I came across a small glitch when using views on a multilanguage site. When using the "Authored On" field in a view, views will not use a translated version of the whole string but only of the time...
View ArticleMobile: admin tool bar gets hidden on scroll when tray sidebar open
Mobile when scroll to down Admin Tool bar hide. For more clearification see the attachments
View ArticleBlocks visibility section rendering issue in Firefox
Problem/MotivationUsing the Bartik theme as an administration theme, the "Visibility" section on the "Configure Block" page seems to be squashed to the right, leaving a lot of blank space. It looks out...
View ArticleSimple test menu items shouldn't be under "Configuration"
Updated: Comment #19Problem/MotivationSimple test has nothing to do with site configuration, it's purely a health check for modules/patches.Proposed resolution"admin/config/development/testing" and...
View Articlenode_revision.status should|title be node_field_revision.status|title
Create a new node revision view:SELECT node_revision.nid AS node_revision_nid, title AS title, vid AS vid, nid AS nidFROM {node_revision} node_revisionWHERE (( (.status = '1') ))
View ArticleAdd the option in system menu block to "Expand all items in this tree"
Problem/MotivationRight now using the core menu block subtrees aren't show unless they are in the active trail. This isn't ideal for things like primary navigation which require subtrees to be shown...
View ArticleConfig API topic makes no mention of getEditable()
API page: https://api.drupal.org/api/drupal/core%21core.api.php/group/config_api/8This page is supposed to give you the basics of the Configuration API.It was apparently never updated after the...
View ArticleReplace deprecated usage of entity_create used with variable entity types...
Follow-up to #2490966: [Meta] Replace deprecated usage of entity_create with a direct call to the entity type classProblem/MotivationAccording to #2346261: Deprecate entity_create() in favor of a...
View ArticleNeed to remove forward slash from img, video & input tag of html5
Problem/MotivationI found some image, video and input tags they have forward slash in core files. I also found those tags under Compose Tips documentation page. http://drupal8.dd:8083/filter/tipsI also...
View ArticleViews cache tags are not invalidated after deleting an image style.
Follow-up to #2479487: ImageStyles can be deleted while having dependent configuration. Not caused by this issue, only related in that I found this bug while testing this issue.Cache tags are not...
View ArticleBlocks visibility inner section rendering issue
Using the Bartik theme as an administration theme, the "Visibility inner" section on the "Configure Block" page seems to have no spacing issue, No padding is seen between two columns.
View ArticleTwig debug output does not display all suggestions when an array of...
Updated: Comment #NProblem/MotivationWhen an array of suggestions is passed to theme(), the twig_debug output doesn't match up.Proposed resolutionDisplay the suggestions that are passed in as an...
View ArticleFilter Groups don't respect OR condition
What are the steps required to reproduce the bug?Install Drupal 8 with a standard profileCreate three Basic PagesCreate three Articles and tag one with "Review"Create a page view of contentSet filter...
View ArticleRemove #2605684 again
Problem/MotivationFor no reason #2605684: Routing silently fails in kernel tests does not include a fix for \Drupal\KernelTests\KernelTestBase, let's port thatProposed resolutionPort it over.Remaining...
View Article