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

Commits on Mar 1, 2017

  1. Changes made for masterpage in properties corrupted in layout page

    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>
    Shijie Zhang committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    97a4018 View commit details
    Browse the repository at this point in the history