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

Incorrect display when board opacity changed from 100% to <100% back to 100% #37

Open
follower opened this issue May 27, 2017 · 2 comments

Comments

@follower
Copy link
Contributor

follower commented May 27, 2017

Replication steps from Dave:

the “to replicate” is: load BRD file, set material opacity = 0 ….

  1. load brd file
  2. set material.opacity to 0 and material.transparent = true;
    then
  3. set material.opacity to 1 and material.transparent = false;

that’ll show the problem

@follower
Copy link
Contributor Author

I've tested this with examples/index.html (on fixes-component-model-edge-cases branch, if that makes a difference).

Can you please confirm that the following (typed in the JS console) is what you intended:

  • brd.root.children[0].material.opacity = 0 and brd.root.children[0].material.transparent = true
  • brd.root.children[0].material.opacity = 1 and brd.root.children[0].material.transparent = false

Also, do you see the same result on multiple browsers/machines?

@follower follower reopened this May 29, 2017
@follower
Copy link
Contributor Author

(I assume the steps I took aren't correct because brd.root.children[0].material.transparent is already true--and it looks incorrect when set to false.)

If possible could you include screenshots/cast to demonstrate the issue?

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

No branches or pull requests

1 participant