Unplanned
Last Updated: 18 Jan 2023 12:52 by ADMIN

Hi,

Use two or more DatePicker widget in the same page. In some moment it produces next error:

next IDs have duplicates in DOM: 2 items #nav-up

Same may apply for other Date related widgets.

Completed
Last Updated: 09 Jan 2023 12:18 by ADMIN
Release R1.2023-Increment.3(18.Jan.2023)

Hi,

As stated in changelog of version 2022.2.802  'state' prefix removed from CSS state classes.

But php wrappers do not reflect these changes. For example, wrapper for TabStripItem still requires old class name, as a result TabStrip selection is broken:


<?php

namespace Kendo\UI;

class TabStripItem extends \Kendo\SerializableObject {
    public function createElement() {
        $element = new \Kendo\Html\Element('li');

        if ($this->getProperty('selected')) {
            $element->attr('class', 'k-state-active');
        }

Need More Info
Last Updated: 28 Oct 2022 07:46 by ADMIN

Hi,

PanelBarItem and TabStipItem wrapper classes missbehave with PHP version >= 8 when contentUrl function not called and related property not set.

We are using UI for PHP R3 2022 (version 2022.3.913.)

Thank you.

Completed
Last Updated: 06 Feb 2024 07:50 by ADMIN

Bug report

The following files are included in the UI for PHP source distribution:

kendoui\wrappers\php\lib\Kendo\UI\PDFViewerDplProcessing.download.php
kendoui\wrappers\php\lib\Kendo\UI\PDFViewerDplProcessing.read.php
kendoui\wrappers\php\lib\Kendo\UI\PDFViewerDplProcessing.upload.php

The files are also duplicated with:

PDFViewerDplProcessingDownload.php,
PDFViewerDplProcessingRead.php
PDFViewerDplProcessingUpload.php

Expected/desired behavior

The DplProcessing should not be included in the UI for PHP source distribution

Environment

  • Kendo UI version: 2022.3.1109
  • Browser: [all ]