Changes between Version 1 and Version 2 of Ticket #8443, comment 12
- Timestamp:
- Nov 8, 2012, 7:36:58 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8443, comment 12
v1 v2 1 1 I come up with exact solution. 2 2 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). 3 Issue :[[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 6 10 4) Opens special character list behind modal popup. 7 11 8 Solution : This is basically z-index issue. 9 1) Go to fckeditor/fckconfig.js 10 2) Find FCKConfig.FloatingPanelsZIndex 12 Solution : [[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 11 19 3) SET FCKConfig.FloatingPanelsZIndex = 100005; 12 20 13 I have solved my issue like this.... 21 I have solved my issue like this.... [[BR]] 14 22 15 Regards, 16 Punit Pandya 17 Sr. software engineer 18 punit270@yahoo.com 23 Regards,[[BR]] 24 25 Punit Pandya[[BR]] 26 27 Sr. software engineer [[BR]] 28 29 punit270@yahoo.com[[BR]] 30 19 31