This is an automated email from the ASF dual-hosted git repository.
aharui pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 2dd5941 Added simple pop-up Menu.
new e1398bb remove * selector and use global as the 'browser defaults'
for SWF side. Set default font-size to 16 and use serif font to match FireFox,
Safari and Chrome. Set default control font size to 11px Arial to match
browsers as well
new 146aa4c checkbox and radiobutton were not pcking up styles correctly
new 7337e94 The browser defaults of serif and 16px are undesirable and
unexpected for migrating Flex users. Add a basic.css theme with the type
selectors that override browser defaults. More type selectors might be needed
as we scrub the examples
new fff09e0 Express doesn't need * selector either
new 2e1c8c0 fix lookup
new e7c3769 fix up styles after changing lookup
new 0271a9a need more typeselectors to get default font in most places.
We don't really want to inherit a font family from application in case other
component sets are being mixed in
new 859cce6 need more typenames in order to set defaults
new d92ca0f fix up ASDOc after style lookup changes
new 306bf9b remove exclude-defaults-css. Shouldn't be needed anymore
after we took out the * selector
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../ASDoc/src/main/royale/ASDocMainView.mxml | 3 ++
.../ASDoc/src/main/royale/AttributeRenderer.as | 2 +-
examples/royale/MDLDynamicTableExample/pom.xml | 1 -
examples/royale/MDLDynamicTabsExample/pom.xml | 1 -
examples/royale/RemoteObjectAMFTest/build.xml | 3 +-
examples/royale/RemoteObjectAMFTest/pom.xml | 2 --
examples/royale/RoyaleTeamPage_MDL/pom.xml | 1 -
.../src/main/config/compile-app-config.xml | 5 ---
examples/royale/RoyaleWebsite/pom.xml | 1 -
.../src/main/config/compile-app-config.xml | 4 ---
frameworks/air-config-template.xml | 1 +
frameworks/flex-config-template.xml | 1 +
.../projects/Basic/src/main/resources/defaults.css | 39 +++++++++++++++++-----
.../royale/org/apache/royale/html/DataContainer.as | 1 +
.../org/apache/royale/html/beads/CheckBoxView.as | 7 +++-
.../apache/royale/html/beads/DropDownListView.as | 3 ++
.../apache/royale/html/beads/RadioButtonView.as | 5 +++
.../royale/html/supportClasses/MXMLItemRenderer.as | 1 +
.../org/apache/royale/core/SimpleCSSValuesImpl.as | 17 +++++-----
.../Express/src/main/resources/defaults.css | 8 -----
frameworks/royale-config-template.xml | 1 +
.../defaults.css => themes/Basic/basic.css} | 29 +++++++++++++++-
22 files changed, 92 insertions(+), 44 deletions(-)
copy frameworks/{projects/Testing/src/main/resources/defaults.css =>
themes/Basic/basic.css} (74%)
--
To stop receiving notification emails like this one, please contact
[email protected].