Polychromo Δημοσ. 30 Ιουνίου 2010 Δημοσ. 30 Ιουνίου 2010 Καλησπέρα παιδιά, αντιμετοπίζω το εξής πρόβλημα, δουλέυω σε μια ιστοσελίδα μέσω της οποίας κάνω δυναμική διαχείρηση ενός site. για να διαχειριστώ τα προϊόντα η σελίδα ενσωματώνει ένα πλαίσιο του fckeditor μέσω του οποίου φτιάχνω τις περιγραφές των προϊόντων. το πρόβλημα είναι οτι με όλους τους browsers της αγοράς το frame του fckeditor κολλάει, εκτος απο τον ΙΕ (!!!!!).... Πιο συγκεκριμένα αν ανοίξω τον πηγαίο κώδικα του frame παίρνω τα εξής: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright © 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * http://www.gnu.org/licenses/gpl.html * * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") * http://www.gnu.org/licenses/lgpl.html * * - Mozilla Public License Version 1.1 or later (the "MPL") * http://www.mozilla.org/MPL/MPL-1.1.html * * == END LICENSE == * * Main page that holds the editor. --> <html> <head> <title>FCKeditor</title> <meta name="robots" content="noindex, nofollow"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-7"> <meta http-equiv="Cache-Control" content="public"> <script type="text/javascript"> // #1645: Alert the user if opening FCKeditor in FF3 from local filesystem // without security.fileuri.strict_origin_policy disabled. if ( document.location.protocol == 'file:' ) { try { window.parent.document.domain ; } catch ( e ) { window.addEventListener( 'load', function() { document.body.innerHTML = '\ <div style="border: 1px red solid; font-family: arial; font-size: 12px; color: red; padding:10px;">\ <p>\ <b>Your browser security settings don\'t allow FCKeditor to be opened from\ the local filesystem.<\/b>\ <\/p>\ <p>\ Please open the <b>about:config<\/b> page and disable the\ "security.fileuri.strict_origin_policy" option; then load this page again.\ <\/p>\ <p>\ Check our <a href="http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/FAQ#ff3perms">FAQ<\/a>\ for more information.\ <\/p>\ <\/div>' ; }, false ) ο μόνος browser που βρίσκω την ρύθμιση security.fileuri.strict_origin_policy είναι η αλεπού, και πάλι όμως ακόμα και αν αλλάξω την τιμή σε false, πάλι δεν ανοίγει το frame. θα προτιμούσα όμως αν υπήρχε κάποια λύση για τον safari που με εξυπηρετεί καλύτερα.... έχω δοκιμάσει και τον chrome και τον opera και σε win7 και σε winXP και δεν δουλεύει ο fck πουθενά (εκτός του ΙΕ)..... μπορεί κανείς να βοηθήσει;;; ευχαριστώ και συγνώμη για το μακροσκελές του μηνύματος....
Προτεινόμενες αναρτήσεις
Αρχειοθετημένο
Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.