jQuery UI Widgets › Forums › Dialogs and Notifications › Window › jqxEditor color picture is not working properly when jqxWindow is a Modal window
This topic contains 6 replies, has 2 voices, and was last updated by Hristo 4 years, 2 months ago.
-
Author
-
March 13, 2019 at 3:34 am jqxEditor color picture is not working properly when jqxWindow is a Modal window #104319
I have a jqxEditor inside the jqxForm within jqxWindow. When the window’s isModal propery is true, I cannot select color and background color dropdowns as possibly the z-index is smaller than the window’s z-index. Have a look at the following jsfiddle
https://jsfiddle.net/pu42gyf6/
Please advise what is the work around for above sample
thanks
AbhishekMarch 13, 2019 at 11:43 am jqxEditor color picture is not working properly when jqxWindow is a Modal window #104325Hello Abhishek,
Please, try on that way.
Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comMarch 13, 2019 at 9:00 pm jqxEditor color picture is not working properly when jqxWindow is a Modal window #104331Thank you so much for the prompt reply and that works great!
BTW just wanted to ask is there any particular reason why you appended ‘textarea’ element instead of converting the element itself to jqxEditor?
Are there any known issues around using jqxEditor within form template or window?Thanks
Abhishek- This reply was modified 4 years, 2 months ago by Abhishek Pandya.
March 13, 2019 at 11:31 pm jqxEditor color picture is not working properly when jqxWindow is a Modal window #104333Hi Hristo
I just noticed one thing. When we had color drop down left opened and close the window, it is not closing the dropdown
Any idea, how would I do that? I tried handling mouseup event on the document and put the following code to explicitly close the dropdown but no luck!
$.each($('.jqx-dropdownbutton-popup'), function (i, item) { $(item).jqxDropDownButton('close'); });
Regards,
AbhishekMarch 18, 2019 at 12:55 pm jqxEditor color picture is not working properly when jqxWindow is a Modal window #104380Hello Abhishek,
To create a jqxEditor you should use the
<textarea/>
.
Please, take a look at this tutorial:
https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxeditor/jquery-editor-getting-started.htm?search=editor
Could you provide us with one simplified example that demonstrates your scenario?Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comMarch 25, 2019 at 3:22 am jqxEditor color picture is not working properly when jqxWindow is a Modal window #104461Hi Hristo
Thanks for the reply and yes indeed
<textarea/>
is the correct element that should be used to create jqxEditor.Just in this example only, if you leave the color dropdown opened and close the window, the dropdown is still visible
Regards,
AbhishekMarch 25, 2019 at 2:06 pm jqxEditor color picture is not working properly when jqxWindow is a Modal window #104473Hello Abhishek,
Thank you for this feedback.
I will create a work item for this case.Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.