Declined
Last Updated: 09 Feb 2021 08:05 by ADMIN
Thomas
Created on: 13 Feb 2020 13:11
Category: Window
Type: Bug Report
1
Window Title binding - After Refresh not displayed

  Hi Team

 

We found a bug when we try to dynamically include a title at the KendoUI - Window component.

When we visit the website, all is correctly(title.png) displayed. After an reload of the website (F5 or the refresh button) the title disappers(notitle.png)

 

Regrets Thomas

ViewModel (TypeScript/Aurelia):
	//private variable
	private _helpWindowTitle: string;

	constructor(private _taskQueue: TaskQueue) {
		//set localization
		this._i18n.setLocale('de')
			.then(() => {
				this._helpWindowTitle = this._i18n.tr("window.title");
			});
	}

View (HTML):

<div id="helpwindow" ak-window="k-width: 600px;
				k-visible.bind: false;
				k-title.two-way: _helpWindowTitle;
				k-actions.bind: _helpActions;
				k-widget.bind: _helpwindow">
		<form class="d-flex-center flex-column" role="form" ref="form" submit.delegate="tryHelpRequest()">
			<div class="form-group d-flex-center m-4">
				<label class="white-space-nowrap m-0 mr-2"><span t="window.optionlabel"></span></label>
				<ak-drop-down-list k-auto-bind.bind="false"
						k-option-label="-"
						k-data-text-field="name"
						k-data-value-field="id"
						k-data-source.bind="_helpDatasource"
						k-value.two-way="_selectedHelp"
						view-model.ref="_helpOptionDropdown"
						k-on-ready.delegate="onReady($event.detail)"
						style="width: 300px;">
				</ak-drop-down-list>
			</div>

			<textarea ak-rich-editor="k-widget.two-way: _helpMessageEditor"
				style="height:200px"
				k-widget.two-way="editor"></textarea>
			<button ak-button class="btn-arec-dark p-2 mt-2" submit-form.bind="form"><i class="fa fa-paper-plane mr-2"></i><span t="window.submittext"></span></button>
		</form>
	</div>
Attached Files:
2 comments
ADMIN
Maria Ivanova
Posted on: 09 Feb 2021 08:05

Hi Thomas,


Due to lack of provided feedback on proposed test scenario and details related to reproducing the problem we are closing the item as Declined.

Let us know if the problem still persist and we can re-open it and look further.

 

Kind Regards, Maria VeledinovaPM at Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Veselin Tsvetanov
Posted on: 20 Feb 2020 09:45

Hello Thomas,

May I ask you to replicate the issue in a Dojo sample? This way we will be able to troubleshoot and track the problem in the Kendo source code. Note that the Aurelia Kendo UI bridge is a third-party solution and issues in the bridge itself should be reported to its repo directly:

https://github.com/aurelia-ui-toolkits/aurelia-kendoui-bridge

Regards,
Veselin Tsvetanov
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.