[Commits] [fluid-project/infusion] 806a66: FLUID-4698: setting font-size on html
GitHub
noreply at github.com
Fri Apr 25 13:27:04 EDT 2014
Branch: refs/heads/master
Home: https://github.com/fluid-project/infusion
Commit: 806a660c1d4790b1124fef31211c9c1d0826b486
https://github.com/fluid-project/infusion/commit/806a660c1d4790b1124fef31211c9c1d0826b486
Author: Justin Obara <obarajustin at gmail.com>
Date: 2014-04-23 (Wed, 23 Apr 2014)
Changed paths:
M src/framework/preferences/js/Enactors.js
M src/tests/framework-tests/preferences/html/Enactors-test.html
M src/tests/framework-tests/preferences/js/EnactorsTests.js
Log Message:
-----------
FLUID-4698: setting font-size on html
Modified the textSize enactor to set the font-size on the root element (html) instead of the container (body). This will allow support of rem units. Another change with this was to set the value in px instead of ems. This is necessary since the root element has no parent for which to base it's value on. The unit tests have been updated.
Commit: b1d41bf99c7b30d9aa77ce6c89c4a4df852efb62
https://github.com/fluid-project/infusion/commit/b1d41bf99c7b30d9aa77ce6c89c4a4df852efb62
Author: Justin Obara <obarajustin at gmail.com>
Date: 2014-04-23 (Wed, 23 Apr 2014)
Changed paths:
M src/framework/preferences/js/Enactors.js
Log Message:
-----------
FLUID-4698: fixed whitespace issue
Commit: 8b62b1b86c8ffc8485cc264ec01ad591d4959749
https://github.com/fluid-project/infusion/commit/8b62b1b86c8ffc8485cc264ec01ad591d4959749
Author: Justin Obara <obarajustin at gmail.com>
Date: 2014-04-24 (Thu, 24 Apr 2014)
Changed paths:
M src/framework/preferences/js/Enactors.js
Log Message:
-----------
FLLUID-4698: Textsize set on correct html now
Fixed an issue where the text size would always be set on the parent document. This was causing issues with the separated panel which uses an iframe for the controls and has its own enactors. Also made another small modification that ensures the multiplier used is always a legitimate value.
Commit: 045f91551bb5e0a2319df62f5c1de0bbdd4d6b43
https://github.com/fluid-project/infusion/commit/045f91551bb5e0a2319df62f5c1de0bbdd4d6b43
Author: Justin Obara <obarajustin at gmail.com>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M src/framework/preferences/js/Panels.js
M src/framework/preferences/js/PrefsEditor.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
M src/instructionalDemos/framework/preferences/shared/js/panels.js
M src/tests/component-tests/slidingPanel/js/SlidingPanelTests.js
M src/tests/framework-tests/preferences/js/PanelsTests.js
Log Message:
-----------
Merge branch 'master' into FLUID-4698
Commit: f6b8ca0e7c29b94a013ddd9cd7a51a49e5a276d7
https://github.com/fluid-project/infusion/commit/f6b8ca0e7c29b94a013ddd9cd7a51a49e5a276d7
Author: Justin Obara <obarajustin at gmail.com>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M src/tests/framework-tests/preferences/html/Enactors-test.html
Log Message:
-----------
FLUID-4698: Fixing typos for test includes
Commit: c7c61c4e94f39c563bd6fa4227d82b2675029905
https://github.com/fluid-project/infusion/commit/c7c61c4e94f39c563bd6fa4227d82b2675029905
Author: Cindy Qi Li <cli at ocad.ca>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M src/framework/preferences/js/Enactors.js
M src/tests/framework-tests/preferences/html/Enactors-test.html
M src/tests/framework-tests/preferences/js/EnactorsTests.js
Log Message:
-----------
Merge remote-tracking branch 'justin/FLUID-4698'
* justin/FLUID-4698:
FLUID-4698: Fixing typos for test includes
FLLUID-4698: Textsize set on correct html now
FLUID-4698: fixed whitespace issue
FLUID-4698: setting font-size on html
Compare: https://github.com/fluid-project/infusion/compare/78d3600b6169...c7c61c4e94f3
More information about the Commits
mailing list