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

High-level RTD does not seem to work as described #3328

Closed
meijeru opened this issue Apr 11, 2018 · 1 comment
Closed

High-level RTD does not seem to work as described #3328

meijeru opened this issue Apr 11, 2018 · 1 comment
Assignees
Labels
GUI status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. type.bug Ticket describes an abnormal behavior, not conforming to the specs or expectation.

Comments

@meijeru
Copy link
Contributor

meijeru commented Apr 11, 2018

Expected behavior

Calling rtd-layout with a block argument should yield a rich-text face i,e, an object with /text and /data set as described in the wiki.

Actual behavior

The data facet is none

Steps to reproduce the problem

f: rtd-layout ['b "abc" /b]
== make object! [...]
f/data
== none ; should be [1x3 bold], I suppose

Red and platform version

Red 0.6.3 for Windows built 11-Apr-2018/14:56:31+02:00 commit #9b085fa
W10

Note: about/debug crashes, see next issue

@meijeru
Copy link
Contributor Author

meijeru commented Apr 11, 2018

Further investigation:
red-layout/only yields ["abc" [1x3 bold]] as expected
red-layout/with with a fresh face! object yields a correct /data facet, but does not set the /type facet to 'rich-text which I would have expected

@dockimbel dockimbel self-assigned this Apr 12, 2018
@dockimbel dockimbel added status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. type.bug Ticket describes an abnormal behavior, not conforming to the specs or expectation. GUI labels Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. type.bug Ticket describes an abnormal behavior, not conforming to the specs or expectation.
Projects
None yet
Development

No branches or pull requests

2 participants