Unplanned
Last Updated: 04 Jun 2020 15:16 by ADMIN
Dan Avni
Created on: 04 Jun 2020 15:10
Category: ColorPicker
Type: Bug Report
1
Color picker popup with RTL does not show on second click
When the page is in RTL mode a color picker with a picker button shows it's popup the first time it is clicked but on the 2nd time you try to show the color picker palette it is not shown.

The simplest demo is here

https://demos.telerik.com/aspnet-ajax/imageeditor/examples/righttoleft/defaultcs.aspx 

 

To repro: go to add text, open the color popup, select a color then try to open the color popup again.
1 comment
ADMIN
Rumen
Posted on: 04 Jun 2020 15:16

Hi Dan,

Thank you for reporting this problem! It is due to incorrect positioning of the colorpicker dialog in RTL mode because of the negative value of the left property, e.g.



 

As a workaround you can apply the following CSS class:

 

<style>
    .rcpPalette {
        left: 0 !important;
    }
</style>
<telerik:RadImageEditor RenderMode="Lightweight" runat="server" ID="RadImageEditor1" Skin="Telerik" ImageUrl="~/ImageEditor/images/addtext.jpg" CanvasMode="No" Width="640" Height="360" />

Best Regards,
Rumen
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.