Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes made for masterpage in properties corrupted in layout page #373

Merged
merged 1 commit into from Mar 2, 2017

Conversation

DreamOfTheRedChamber
Copy link
Contributor

@DreamOfTheRedChamber DreamOfTheRedChamber commented Mar 1, 2017

  1. Element MasterPage has its own height and width property, during ElementDefn.buildCachedPropertyDefns( ), height and
    width from style will over write the original property, and hence lose
    those original properties.
  2. define allowed units for simpleMasterPage footer and header

Signed-off-by: Shijie Zhang szhang@opentext.com

1. Element MasterPage has its own height and width property, which have
triggers to trigger validators. However, it also has height and width
from style.
In this case, during ElementDefn.buildCachedPropertyDefns( ), height and
width from style will over write the original property, and hence lose
those triggers.Might need a way to merge them instead of over write.
2. define allowed units for simpleMasterPage footer and header


Signed-off-by: Shijie Zhang <szhang@opentext.com>
@yulinwang yulinwang merged commit e926b04 into eclipse-birt:master Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants