Matjaž Potočnik

Results 173 comments of Matjaž Potočnik

Hi! I think there are some other accessibility issues too. I know I can change CSS custom properties (variables) but would be nice to have that fixed.

There are many tools available, I use WAVE Evaluation Tool and Siteimprove accessibility checker, available in the Chrome/Edge store. CSS overview in Dev tools can provide basic contrast issues. I'm...

@Schnapsum A CLA is a prerequisite for PRs, and this is because GitHub recommends we have a CLA for any contributions. Are you able to complete it? https://processwire.com/about/license/cla/ -- if...

@steros Please fill CLA at https://processwire.com/about/license/cla/ -- specify the email address you want attributed for the PR (which should be the same as your GitHub email address).

@FlipZoomMedia I can't replicate on PHP 8.1.6 and PW 3.0.200. $images are always an array, so count($images) works. I don't have RepeaterMatrix to test.

@pine3ree Maks, could you check this thread about pagination: https://processwire.com/talk/topic/21912-change-how-many-page-numbers-to-show-between-ellipses-in-pager/ and see if your version works as it should? There is also my version of PagerNav.php attached later in the...

@steros Please fill CLA at https://processwire.com/about/license/cla/ -- specify the email address you want attributed for the PR (which should be the same as your GitHub email address).

And perhaps remove code that targets IE7? ``` ```

@ryancramerdesign, the changes are as follows: ``` 'ц' => 'tc', -> 'ц' => 'ts', (line 42) 'ю' => 'iu', -> 'ю' => 'yu', (line 46) 'я' => 'ia', -> 'я'...

@lesaff I'm not able to reproduce, but I'm running the latest PW version where some z-index issues with datefield and images were fixed and that might also fixed this one?