DO NOT REPLY [Bug 8391] - padding-start/end not working on fo:block

2002-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8391>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8391

padding-start/end not working on fo:block

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-11-26 14:22 ---
Fist of all you should use start-indent property to indent a block. Try 
test

Using padding in xsl-fo is a little bit tricky due to a burden of CSS
compatibility. See spec description and formulaes [1].
Shortly speaking one have to specify corresponding margin to get indentation
with padding property.
This one wont indent
test
This one will indent
test

I believe FOP is right in this behavior and btw antenna and XEP manifest the same.

[1]
http://www.w3.org/TR/xsl/slice5.html#section-N5987-Margin,-Space,-and-Indent-Properties

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




DO NOT REPLY [Bug 8391] - padding-start/end not working on fo:block

2002-04-23 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8391>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8391

padding-start/end not working on fo:block





--- Additional Comments From [EMAIL PROTECTED]  2002-04-23 08:41 ---
Another possible work-around: padding seems to work if there's a margin-?="0mm" 
specified. Example: 

The problem seems to be in property evaluation. NIST tests clearly show that 
this is a bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




DO NOT REPLY [Bug 8391] New: - padding-start/end not working on fo:block

2002-04-22 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8391>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8391

padding-start/end not working on fo:block

   Summary: padding-start/end not working on fo:block
   Product: Fop
   Version: 0.20.3
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: Other
 Component: page-master/layout
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I wanted to create an indented block and started with using a 
element with padding-start/end and padding-before/after attributes. The
padding-before/after worked fine but the padding-start/end seemed to be
ignored.

Possible workaround: Put the block into a table with a single cell and set the 
padding-start/end attributes on the table cell and not on the block.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: padding-start/end not working?

2002-04-22 Thread Jeremias Maerki

I think you're right. There's something wrong with padding on blocks. I
made a few short tests last week using the NIST test suite, and there's
some wrong behaviour. Try a little work-around that may work: When you
specify a padding-left, for example, also specify a margin-left="0mm".

Add it into BugZilla. I'll then add my findings, too. The problem seems
to be in the property evaluation somewhere. Unfortunately, I don't know
that part of FOP too well to be any help right now.

On 22.04.2002 10:05:28 Manuel Mall wrote:
> I wanted to create an indented block and started with using a 
> element with padding-start/end and padding-before/after attributes. The
> padding-before/after worked fine but the padding-start/end seemed to be
> ignored.
> 
> After some more experimentation I found a solution by putting the block into
> a table with a single cell and setting the padding-start/end attributes on
> the table cell and not on the block.
> 
> I am just wondering if this is a known limitation/bug as I couldn't find
> anything on thing in BugZilla or on the Fop limitations page. If this is new
> or unexpected I am happy to create a BugZilla entry for it.
> 
> This happens under 0.20.3.
> 
> Manuel
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


Cheers,
Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




padding-start/end not working?

2002-04-22 Thread Manuel Mall

I wanted to create an indented block and started with using a 
element with padding-start/end and padding-before/after attributes. The
padding-before/after worked fine but the padding-start/end seemed to be
ignored.

After some more experimentation I found a solution by putting the block into
a table with a single cell and setting the padding-start/end attributes on
the table cell and not on the block.

I am just wondering if this is a known limitation/bug as I couldn't find
anything on thing in BugZilla or on the Fop limitations page. If this is new
or unexpected I am happy to create a BugZilla entry for it.

This happens under 0.20.3.

Manuel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]