Changes between Version 1 and Version 2 of Ticket #8443, comment 12


Ignore:
Timestamp:
Nov 8, 2012, 7:36:58 AM (13 years ago)
Author:
punit
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8443, comment 12

    v1 v2  
    11I come up with exact solution.
    22
    3 Issue : 1) Open JQuery modal popup.
    4         2) FCKEditor configured on JQuery modal popup.
    5         3) Click on Insert special character (button - available on FCKEditor).
     3Issue :[[BR]]
     4        1) Open JQuery modal popup.[[BR]]
     5
     6        2) FCKEditor configured on JQuery modal popup.[[BR]]
     7
     8        3) Click on Insert special character (button - available on FCKEditor).[[BR]]
     9
    610        4) Opens special character list behind modal popup.
    711
    8 Solution : This is basically z-index issue.
    9         1) Go to fckeditor/fckconfig.js
    10         2) Find FCKConfig.FloatingPanelsZIndex
     12Solution : [[BR]]
     13        This is basically z-index issue.Below are the steps to solve the problem.[[BR]]
     14
     15        1) Go to fckeditor/fckconfig.js[[BR]]
     16
     17        2) Find FCKConfig.FloatingPanelsZIndex[[BR]]
     18
    1119        3) SET FCKConfig.FloatingPanelsZIndex = 100005;
    1220
    13 I have solved my issue like this....
     21        I have solved my issue like this.... [[BR]]
    1422 
    15 Regards,
    16 Punit Pandya
    17 Sr. software engineer
    18 punit270@yahoo.com
     23Regards,[[BR]]
     24
     25Punit Pandya[[BR]]
     26
     27Sr. software engineer [[BR]]
     28
     29punit270@yahoo.com[[BR]]
     30
    1931 
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy