Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Fix bug 145940 [regression] Vertical position is affected by horizontal position in html

Summary:

Fix bug 145940 [regression] Vertical position is affected by horizontal position in html.

 

- Bugzilla Bug(s)

145940

 

- Description:

If only position x or position y is defined, background-position is output like “background-position: value”, while this means the background position x and y will both be “value”. It’s incorrect.

 

So if only position x or position y is defined, the other one that is not defined should be specified to default value and output, but not only the one which is defined is output.

 

- Tests Description:

Manuel Test

 

- Notes to Build Team:

 

- Notes to Developers:

 

- Notes to QA:

 

- Notes to Documentation:

 

- Files Edited:

\org.eclipse.birt.report.engine.emitter.html\src\org\eclipse\birt\report\engine\emitter\html\AttributeBuilder.java

 

- Files Added:

 

-Jun Ouyang

 


Back to the top