Theme colour switcher

Blog Topic: bug

I found a weird issue during a recent accessibility audit. I was testing a slideshow using the NVDA screen reader and keyboard navigation. The slideshow uses tab controls for the controls to switch the slides (incorrect IMO, but that's a different topic). The problem was that when my keyboard focus was on the currently selected tab/slideshow control, I couldn't use up and down arrow keys to…

Continue reading Buttons with the tab role prevent NVDA keyboard navigation

Recently I discovered an odd Drupal Views bug. While testing a view I realized that content it should have shown was missing from one display. After a lot of testing, it turned out it was due to two relationships to content in entity reference fields on the content type my view displays. These fields were empty in the missing nodes. Removing the relationships or adding content to those fields…

Continue reading Drupal views doesn't show content if entity reference field relationship is empty