πŸ‡ΊπŸ‡ΈUnited States @fallenturtle

Account created on 7 June 2011, about 13 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

Does this mean there's no plan to remove the fakeobjects dependency from version 3 and that if we want to use CKeditor 5 we need to use the patches?

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

This solution is also working for me. I'm not sure what's the status of the PR, but its been two years, so I made a patch for others convenience.
Thanks aaronpinero!

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

Sorry, totally got sidetracked and forgot about this... now finally looping back.

My search results page for each returned result lists its facets with the intention being that you can click on that facet it will refresh the page with said facet pre-selected.

I think maybe the issue is that the search page fields aren't normal node fields but are coming from the Search API as a datasource. As labeled in the view for the search page:
Content datasource: Resource Type Β» Taxonomy term Β» Name (indexed field) (Resource Type)

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

My previous comment with a solution doesn't seem to be working anymore. Here's what I have working now:
{{- item.content|render|replace({"\n":''})|raw -}}

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

ahana.kundu's span to h2 patch, but updated for dialog-ui v1.13.2

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

I'm trying to troubleshoot why the modal that is created via the combo of Entity Browser/Inline Entity Form isn't being announced by the NVDA screenreader and I'm wonder if its related to this issue and if there is anything that can be done in time being. My understanding, I think, is that it relies on a combination of a container with the role of dialog and also having an aria labeled by that references another element's ID, that other element having the text that the screen reader is supposed to read.... I see both in the markup, but its not being announced.

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

Sorry to necro-post, but I'm also having a similar issue as the OP. The ticket that this is marked as a duplicate seems to be about fields, not layout.

 THEME HOOK: 'layout__onecol' 
 FILE NAME SUGGESTIONS:
   x layout--onecol.html.twig
   * layout-onecol--node--2126.html.twig
   * layout-onecol--node-activity-inline-entity-form-view.html.twig
   * layout-onecol--node-activity.html.twig
   * layout-onecol--node-inline-entity-form-view.html.twig
   * layout-onecol--node.html.twig
   x layout--onecol.html.twig
   * layout.html.twig

I don't see the duplicate when I dump the variables (in my .theme file via HOOK_theme_suggestions_layout_alter:

^ array:6 [
  0 => "layout__onecol"
  1 => "layout_onecol__node"
  2 => "layout_onecol__node_inline_entity_form_view"
  3 => "layout_onecol__node_activity"
  4 => "layout_onecol__node_activity_inline_entity_form_view"
  5 => "layout_onecol__node__2126"
]

I want to use layout-onecol--node-inline-entity-form-view.html.twig but I can't because something is putting layout__onecol.html.twig back at the top of the list and its happening after the theme suggestions function so I can't override it from that end either.

Using D9.5.9.

Edit: Worked around it by switching to a DS layout where the issue didn't exist.

I still see the duplicate, but its at least at the bottom so I can override it:

 THEME HOOK: 'ds_1col' 
 FILE NAME SUGGESTIONS:
   * ds-1col--node--2126.html.twig
   x ds-1col--node-activity-inline-entity-form-view.html.twig
   * ds-1col--node-activity.html.twig
   * ds-1col--node-inline-entity-form-view.html.twig
   * ds-1col--node.html.twig
   * ds-1col.html.twig
   * ds-1col.html.twig
^ array:6 [β–Ό
  0 => "ds_1col"
  1 => "ds_1col__node"
  2 => "ds_1col__node_inline_entity_form_view"
  3 => "ds_1col__node_activity"
  4 => "ds_1col__node_activity_inline_entity_form_view"
  5 => "ds_1col__node__2126"
]
πŸ‡ΊπŸ‡ΈUnited States fallenturtle

fallenturtle β†’ created an issue.

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

Edit: I didn't try adding dashes to the field template before making this issue and that seemed to work:
{{- item.content -}}

But I assume we shouldn't need to edit a twig template to get rid of the space.

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

Patch in #7 is mostly working for me in the sense that I don't have to have the modules installed, but one issue I'm running into is that composer still downloads fakeobjects and ckeditor 4 and won't let me remove them as it says they are a dependency for footnotes. I see that this patch removes them from footnotes composer.json file, so I assume the issue is related to the order composer is doing things? Is there a way I need to restructure my composer.json file or some config I need to do with composer-drupal-info-file-patch-helper?

Thanks!

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

Started working after a while. Don't know why.

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

I'm using Pretty Paths 8.x-1.4 and Facets 2.0.6. After patch 45 when I click on a facet it adds it to the url, but the facet itself doesn't get checked.

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

Was it ever identified what the "5" in the readme picture was for? I'm having an issue where I'm getting a white screen of death with full calendar, but if I limit the results number, it'll start working again. What's the expected value to be used here? I always assumed show all... but maybe that's what's breaking my view.

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

I think I'm doing it in the right place. /admin/structure/media/manage/pdf_with_thumbnail/display for my media type.

UPDB says "No pending updates."

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

I appreciate your quick response, thank you. :)

I did install pdf-to-image with composer. Some modules require libraries in the libraries directory vs the default vendor library and we have composer.json set up to install libraries in the correct location as needed. So I just wanted to be sure. Sounds like "vendor" is the answer.

It wouldn't surprise me in the least if I missed some config somewhere.

PHP 8.0.16
imagick 3.7
Drupal 9.5.5
pdf-to-image 2.1.0

We were originally on v3 of the module so here are the steps we took:
-drush pmu media_pdf_thumbnail
-composer require 'drupal/media_pdf_thumbnail:^5.5'
-clear cache
-run database update
-drush en media_pdf_thumbnail

We have a media entity type called PDF with thumbnail
-Changed all displays to use Media PDF Thumbnail Image
-Add media item, give name, upload PDF, add description

Thumbnail just shows generic image. I've tried both with and without the patch.

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

Similar issue here with D9. Nothing in database. No error. Just nothing. Tried uninstalling and reinstalling. Tried this patch. Tried the V6 beta. No luck.

Should the spatie/pdf-to-image library be in the vendor directory or the libraries directory?

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

Be great if we could do the same for the jsframe dialog box.

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

I would advocate changing the module description because I installed it on Drupal 9 for the specific purpose of being able to set permissions for a specific block. It wasn't until I ran into the same issue as mot-K that I came across this issue and learned that module doesn't do what I thought it does.

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

I too would like to be able to control the calendar with a contextual filter.

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

@WorldFallz how did you make this work with contextual filters? I've been trying to control which month the calendar shows via URL arguments and nothing seems to work for me.

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

My bad, got this confused with the fullcalendar_view module.

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

Is this fix only for the regular filters? I can't find any granularity options under contextual filters. I'm trying to create a calendar that if given no arguments will show the current events that start or end in the current month and if provided in the URL with a month and year (ex: 2023-05) will show events that start or end in that month.

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

I actually was just trying out this module with the NVDA speech reader. To be honest, as a person who doesn't use screen readers, I'm not sure what the expectation is for a person dependent on screen readers for reading a grid based calendar, but I think all the table row/column information is a lot of noise and a little confusing. I've pasted the output that is read from a February 2023 calendar I created. It has two events... one is month long, National Taco Month, and then I have a 2 day Taco Conference (one node with two date fields). I've customized the twig to put the pager at the top, hence the order:

list with 3 items link Previous month, January 2023
FEBRUARY
link Next month, March 2023 out of list
link Back to February 2023
table with 6 rows and 7 columns caption February 2023
row 1 column 1 SUNDAY
column 2 MONDAY
column 3 TUESDAY
column 4 WEDNESDAY
column 5 THURSDAY

column 6 FRIDAY
column 7 SATURDAY
row 2 SUNDAY column 1 29
MONDAY column 2 30
TUESDAY column 3 31
WEDNESDAY column 4 01
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
THURSDAY column 5 02
list with 1 items Title: link National Taco Month

Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
FRIDAY column 6 03
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
SATURDAY column 7 04
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
row 3 SUNDAY column 1 05
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day
out of list
MONDAY column 2 06
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
TUESDAY column 3 07
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
WEDNESDAY column 4 08
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
THURSDAY column 5 09

list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
FRIDAY column 6 10
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
SATURDAY column 7 11
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
row 4 SUNDAY column 1 12
list with 1 items Title: link National Taco Month

Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
MONDAY column 2 13
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
TUESDAY column 3 14
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
WEDNESDAY column 4 15
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day
out of list
THURSDAY column 5 16
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
FRIDAY column 6 17
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
SATURDAY column 7 18
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
row 5 SUNDAY column 1 19

list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
MONDAY column 2 20
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
TUESDAY column 3 21
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
WEDNESDAY column 4 22
list with 1 items Title: link National Taco Month

Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
THURSDAY column 5 23
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
FRIDAY column 6 24
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
SATURDAY column 7 25
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day
out of list
row 6 SUNDAY column 1 26
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
MONDAY column 2 27
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
TUESDAY column 3 28
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
WEDNESDAY column 4 01

THURSDAY column 5 02
list with 2 items Title: link Taco Conference
Thu, Mar 2 2023, 9am - 5pm EST
Title: link Taco Conference
Fri, Mar 3 2023, 9am - 3pm EST out of list
FRIDAY column 6 03
list with 2 items Title: link Taco Conference
Thu, Mar 2 2023, 9am - 5pm EST
Title: link Taco Conference
Fri, Mar 3 2023, 9am - 3pm EST
out of list
SATURDAY column 7 04 out of table

Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day
Title: link Taco Conference
Thu, Mar 2 2023, 9am - 5pm EST
Title: link Taco Conference
Fri, Mar 3 2023, 9am - 3pm EST

And the beginning of the next month:

table with 6 rows and 7 columns caption March 2023
row 1 column 1 SUNDAY
column 2 MONDAY
column 3 TUESDAY
column 4 WEDNESDAY
column 5 THURSDAY
column 6 FRIDAY
column 7 SATURDAY

row 2 SUNDAY column 1 26
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
MONDAY column 2 27
list with 1 items Title: link National Taco Month
Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
TUESDAY column 3 28
list with 1 items Title: link National Taco Month

Wed, Feb 1 - Tue, Feb 28 2023, All day out of list
WEDNESDAY column 4 01
THURSDAY column 5 02
list with 2 items Title: link Taco Conference
Thu, Mar 2 2023, 9am - 5pm EST
Title: link Taco Conference
Fri, Mar 3 2023, 9am - 3pm EST out of list

FRIDAY column 6 03
list with 2 items Title: link Taco Conference
Thu, Mar 2 2023, 9am - 5pm EST
Title: link Taco Conference
Fri, Mar 3 2023, 9am - 3pm EST out of list
SATURDAY column 7 04

row 3 SUNDAY column 1 05

MONDAY column 2 06
TUESDAY column 3 07
WEDNESDAY column 4 08
THURSDAY column 5 09
FRIDAY column 6 10

SATURDAY column 7 11

row 4 SUNDAY column 1 12
MONDAY column 2 13
TUESDAY column 3 14
WEDNESDAY column 4 15

THURSDAY column 5 16
FRIDAY column 6 17
SATURDAY column 7 18
...

I also use NVDA with Google Calendar.... here's the output for part of it:

WEDNESDAY column 4 heading level 2 No events, Wednesday, March 15
THURSDAY column 5 heading level 2 No events, Thursday, March 16
FRIDAY column 6 heading level 2 No events, Friday, March 17
SATURDAY column 7 heading level 2 No events, Saturday, March 18
row 5 SUNDAY column 1 heading level 2 No events, Sunday, March 19
MONDAY column 2 heading level 2 No events, Monday, March 20
TUESDAY column 3 heading level 2 No events, Tuesday, March 21
WEDNESDAY column 4 heading level 2 No events, Wednesday, March 22
THURSDAY column 5 heading level 2 No events, Thursday, March 23
FRIDAY column 6 heading level 2 No events, Friday, March 24

Looking at the source, it seems they aren't using a table but use grid instead. Each week has a container for screen readers and another for onscreen. It seems very complex with a lot of aria attributes.

As I said, I still want to gain a better understanding of what expectations a person dependent on AT has with a grid calendar. I think at the very least the date needs to be announced as not just the number but also the month as I believe the announcing of the column number prior to the date number is confusing.

πŸ‡ΊπŸ‡ΈUnited States fallenturtle

Has anyone resolved this for themselves? This is the first time I've run into it working on a new site. I have another site and it works fine and I can't figure out what's different.

Same issue, the dump is unformatted, but only for Views... and there's the "Uncaught ReferenceError: Sfdump is not defined" error.

I tried requiring composer/xdebug-handler but that didn't help.

Production build 0.69.0 2024