[upstream] CKE5 dropdown screenreader support
Problem/MotivationSee #1037.Steps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease notes snippet
View ArticleTable rows are intended to allow dragging, but this is not clear.
Recommendations:Change to an up/down icon when four-way movement isn't possible.Add a border to indicate draggable items are activated on mouseover.
View ArticleBroken "Allowed Tags" updating: after all values for an attribute...
Problem/MotivationBasically, if you're using CKEditor with styles dropdown and "limit allowed HTML tags", automatic "allowed tags" updating can really trip you up.Steps to reproduce:Add a new text...
View ArticleFieldPluginBase::trimText() does not always trim when combined with an ellipsis
If FieldPluginBase::trimText() has the values of max length 4 and with the ellipsis setting set to True... and it trims a value like 'admin' it returns admi… which is length 5 and not trimmed at all :)
View ArticleUrlHelper does not support tel:
Problem/MotivationAs detected by #2484693: Telephone Link field formatter InvalidArgumentException with 5 digits or fewer in the number, PHP does not guarantee the parse_url function results for URIs....
View Article[D7 PHP 8.2] Deprecated function: Creation of dynamic property in...
Problem/MotivationIn the DrupalWebTestCase->prepareEnvironment() there are more dynamic properties, which in PHP 8.2 results in these deprecation messages:Deprecated function: Creation of dynamic...
View Article[D7 PHP 8.2] Deprecated function: Creation of dynamic property in...
Problem/MotivationWe are creating dynamic properties on PDOException class here:Deprecated function: Creation of dynamic property PDOException::$query_string is deprecated in...
View Article[D7 PHP 8.2] Deprecated function: Creation of dynamic property...
Problem/MotivationThe $condition property is created dynamically in MergeQuery class:Deprecated function: Creation of dynamic property MergeQuery::$condition is deprecated in...
View ArticleUnable to open Zip archive using ArchiverZip
Problem/MotivationUsing Drupal\Core\Archiver\Zip to initialize a zip object from a file path, I'm receiving a ArchiverException Cannot open %file_path, returned error by ZipArchive ZIP_ER_OPEN - 11I...
View Article[D7 PHP 8.2] Deprecated function: Creation of dynamic property...
Problem/MotivationWe are creating dynamic property $stringVersion in the DatabaseCondition class:Deprecated function: Creation of dynamic property DatabaseCondition::$stringVersion is deprecated in...
View Article[D7 PHP 8.2] Deprecated function: Creation of dynamic property in SelectQuery...
Problem/MotivationWe are creating dynamic properties in the SelectQuery class:Deprecated function: Creation of dynamic property SelectQuery::$alterTags is deprecated in SelectQuery->addTag() (line...
View ArticleUsing ConstraintViolation::$arrayPropertyPath bugs on PHP 8.2
Problem/MotivationThe property should be defined for class on PHP 8.2, see #3275851: [META] Fix PHP 8.2 dynamic property deprecationsthere's // @todo: Pass $violation->arrayPropertyPath as property...
View ArticleEmail sending failing due to egulias/EmailValidator MessageIDValidation checks
Problem/MotivationEmails using MailManager::mail which don't include message id are failing (message ID is optional, even after adding message ID it still fails). I have custom module that sends emails...
View ArticleUpload progress using jQuery.form plugin instead of 3rd party PHP libraries
Currently the system uses either: PECL uploadprogress http://pecl.php.net/package/uploadprogress or APC rfc1867 to show file upload progress (neither of which work with PHP 7 and nginx). There was a...
View ArticleRemove Quick Edit from core
Problem/Motivation#3222947: Decide whether to move Quick Edit to contrib Is leaning towards "yes, let's remove it."This is the issue to remove the Quick Edit Module in 10.0.x. The issue for deprecating...
View ArticleDeprecate RDF module
Problem/MotivationSteps to reproduceProposed resolutionCreate a section on Deprecated and obsolete modules and themes to provide recommendations for sites using module MODULE_NAME. The recommendation...
View ArticleUsing string with only numeric character as module package key returns an error.
Hi there,I ran into an 'issue' today that gave me a "that can't be right" feeling. I know starting a module name with numeric characters is bad practice since a valid function name starts with a letter...
View Article[ignore] 2021 bnjmnm patch graveyard
Issue so I can crash test patches before they clog up an issue.
View ArticleAddress @todo in seven_preprocess_fieldset__media_library_widget
Problem/MotivationThere's a @todo in the docblock of seven_preprocess_fieldset__media_library_widget that says:@todo Remove this when https://www.drupal.org/project/drupal/issues/2999549 lands.There's...
View ArticleMissing required data for configuration: x
Problem/MotivationWhen doing a site clean install for some reason there's several of tens files that can't be imported in that time and I receiving the following messages (this is just few of them):...
View Article