Opened 18 years ago
Closed 16 years ago
#140 closed Bug (duplicate)
Browser specific differences for page-break-after
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.4 |
Keywords: | Pending | Cc: | jm.griess@… |
Description
E 7 :
<div style="page-break-after: always"><span style="display: none"> </span></div>
Firefox 2 :
<div style="page-break-after: always;"><span style="display: none;"> </span></div>
difference : always => always; and none => none;
Jean-Marie Griess (jm.griess@…)
Change History (7)
comment:1 Changed 18 years ago by
Cc: | jm.griess@… added |
---|---|
Reporter: | changed from Frederico Caldeira Knabben to jmgriess@… |
comment:2 Changed 18 years ago by
comment:3 Changed 18 years ago by
using [page-break-after] in FCKeditor for pagin page (drupal-Wordpress-etc.) the difference generate trouble... enjoy - Jean-Marie Griess
comment:4 Changed 18 years ago by
Keywords: | Pending added |
---|
Sorry Jean-Marie... this is a bug report, so of course it is related to an issue that "generates trouble". What we need is a precise description about that trouble. How to reproduce it here, in the FCKeditor development context. If we are not able to understand it, we will not be able to fix it.
comment:5 Changed 18 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This ticket has expired. Please reopen it if necessary.
comment:6 Changed 16 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Hi,
I'm trying to use FCKEditor as my editor and an HTML differ to show the differences between two different versions of the page. The problem I run into is that different browsers will style the same text differently.
Example: I create text in Google chrome, and save some text:
<div style="margin: 0pt 0pt 0pt 144pt; text-indent: -18pt"> <span style="font: 7pt 'Times New Roman'"> Text </span> </div>
When I open the above in Firefox and save again, I get:
<div style="margin: 0pt 0pt 0pt 144pt; text-indent: -18pt;"> <span style=""font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> Text </span> </div>
My diffing software now believes the styles have changed, although the user did not do anything. Is it possible for Fckeditor to give the same output no matter which browser it is used in? Does it try to match the output to the browser? Thanks so much! FCKEditor is awesome!
Could you please point use the real problem caused by such difference?