Hide rewrite if empty is not working
Steps to reproduceSet up a content type with two optional text fields (text1 and text2).Make content with content in only text1.Configure view: Show fieldsAdd text1 and text2 fieldsConfigure text1 and...
View ArticleWarning: Uncaught PDOException: SQLSTATE[HY000]: General error: 5 database is...
I'm trying to install Drupal 8 on Windows 7 using SQLite and I get the following error: An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path:...
View ArticleOlivero: Navigation menu items override outside of the vertical page scroll
Once the number of menu items height more than screen height, they overflow outside the page. When this happen, we are not able to see last number of navigation links. You can seen this issue in the...
View Articleinstall drupal-8.0.0-rc1 error with AMPPS
Hey guys. I can't install drupal-8.0.0-rc1 on my local environment. It keeps giving me this error.Fatal error: Cannot redeclare config_get_config_directory() (previously declared in...
View ArticleMake the message '%name is not recognized as a username or an email...
Problem/MotivationRecently I've got a task with the requirement - "Remove the message %name is not recognized as a username or an email address" because it causes security problems." When I started to...
View ArticleOlivero's mobile menu focus outline is not centered around the hambuger...
As a followup from #3153260: Standardize Olivero's focus states across all non-form controls. Olivero's mobile menu focus outline is offset and looks weird. It should be symetrical.
View ArticleOff-canvas style resets are overriding styles (especially SVGs) resulting in...
Problem/MotivationCSS selectors from 'off-canvas.reset.css' are targetting elements in Safari and setting properties to their initial values. This is overriding styles from 'off-canvas.base.css' and...
View ArticleFailed to execute 'contains' on 'Node'
Problem/MotivationThe solution for this issue #2561619: Drupal Ajax objects and settings grows endlessly lead previously to errors in contrib modules like the one we fixed here #2673824: Views JS...
View ArticleText overlapping issue on mobile
When i install admin toolbar module, the Admin Toolbar Search is enable i find mobile issue.
View ArticleUninitialized string offset 0 in Html::transformRootRelativeUrlsToAbsolute()
Problem/MotivationLocation: https://xn----7sblvlgns.xn--p1ai/rss.xml Warning: Uninitialized string offset 0 in Drupal\Component\Utility\Html::transformRootRelativeUrlsToAbsolute() (line 474 of...
View Article[PP-1] possibly remove jQuery UI tabbable files?
Postponed on #3113649: Remove drupal.tabbingmanager's jQueryUI dependencyProblem/MotivationIn #3113649: Remove drupal.tabbingmanager's jQueryUI dependency, jQuery UI tabbingmanager was shimmed so any...
View ArticleDocument somewhat the session_bag tag
Problem/MotivationFor our site, we wanted to create a new service very similar to the messenger service, which is defined in core.services.yml as follows: messenger: class:...
View ArticleOlivero's menu breaks when link text too long
Olivero's menu breaks when the link text too long. Adding screenshot for reference.
View ArticleRemove drupal.tabbingmanager's jQueryUI dependency
Problem/MotivationjQueryUI has reached end of life so it is being deprecated for removal in Drupal. The drupal.tabbingmanager library depends on jqueryUI.Proposed resolutionAccording to the comment in...
View ArticleLimit what can be called by a callback in form arrays
Problem/MotivationRecent security releases have shown that the render system needs to be stricter about what it allow to be called by a callback....
View Articleadmin-block-content template variable documentation is incorrect
Problem/MotivationSpotted while reviewing #3023638: Remove unused 'options' from SystemManager::getAdminBlock, template_preprocess_admin_block_content() has this docblock: * @param $variables * An...
View ArticleDisplay node title by default when creating link with drupalink, allow...
By default, if you do not select text and use the drupal link wysiwyg plugin, it creates a link with the url as the title. It would be more useful if the link created used the title of the node for the...
View ArticleProvide a new library to replace jQuery UI autocomplete
Before going any further, know this: Much of the work on this task took place here: #2346973: Improve usability and accessibility of long select lists. It eventually became apparent that this needed...
View ArticleIt's too easy to write entity queries with access checks that must not...
Problem/Motivation#2785155: _node_access_rebuild_batch_operation uses queries that check access shows how easy it is to forget to use accessCheck(FALSE) when writing entity queries that need to ignore...
View ArticleContentEntity migration source adds revision ID as source key, incompatible...
Problem/MotivationIn #2746541: Migrate D6 and D7 node revision translations to D8, the content_entity source plugin was changed, adding the revision ID as a source key if the source entity type is...
View Article