Powback / wEBX

An ebx (Enhanced Binary XML) file viewer that runs in your browser.
6 stars 1 forks source link

Clicking on ReferenceObjects should open the Blueprint graph #2

Open FlashHit opened 3 years ago

FlashHit commented 3 years ago

If you click twice on a ReferenceObject it changes the url to the guids of that object instead of the blueprint, which is wrong. It worked some time ago. So someone changed it. Because if you click on it you want to see the graph of the blueprint. A referenceObject has no connections and there is no graph for it.

FlashHit commented 3 years ago

Here is how it was done before: https://github.com/Powback/wEBX/blob/52802fb03849525717401e72388949a7170bbe80/script/nodes.js#L34

txt231 commented 2 years ago

this should be fixed in this commit.

FlashHit commented 2 years ago

still not working as supposed.

FlashHit commented 2 years ago

If I double click on this: 1

I don't want to see this: 2

I want to see this: 3

I already see the referenceobject info on the right side. Whenever I double click a referenceobject I want to see the connections inside of the referenced blueprint. The referenceobject itself has no connections, so it really makes no sense to show me that.