-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issues with EVE7 #1
Comments
Here is first PR solving remaining "bugs" It should be possible already now work without internet connection. |
Very nice ! This is very good news ! After merging I will have a try. |
I compress m.TreeStandardItem and provide checkbox and color indication. Still in progress here: |
Add following line to
|
Indentation in |
Thank you for this comment. For the indent, I guess we would have to live with it for the time being. For the improvements, I actually pulled the ROOT changes in my docker image and had a quick test. But now I have a new issue: it seems that the event navigation is broken. When clicking on next or previous, there is no signal sent to the C++ server. It is either not send or not received, I will have to check in the javascript console and web server and make a proper debug. I have pushed an updated docker image with the broken behavior under the name @alja Do you observe the same problem ? |
I did not test it after I merge my and Matevz changes together. Should be elementary failure, which I will fix tomorrow- |
I suspected that it might be a piece of code broken on my side, but it is actually not it seems. This is handler I have: /// Go to the next event
nextEvent : function(oEvent) {
console.log( "nextEvent" );
this.mgr.SendMIR({
"mir": "NextEvent()",
"fElementId": this.eventMgr.fElementId,
"class": "lceve::EventNavigator"
});
} The |
If code this way - it wrong. Now it should be like:
|
Also doesn't work |
I've seen naming convention changing for |
Check actual value of |
This was the PR I was talking about: but it's not the problem. |
Now offline features works again: https://linev.github.io/eve7/ |
@rete alja/EveWebApp@f9a0b0b#diff-9a7e3525284176cea731b68e11192716 If you have your version of Summary view than you need to access editor with GedController: |
@rete I just submit PR to fix several small problems in @alja example. |
This issue page is meant for keeping track of all issues found in the ROOT experimental eve7 component. This issue will remain open until a "stable enough" version of eve7 will be provided.
1. Bugs
General
Left menu
>
not showing up after first event loaded. Fine with next eventEvent scene
kDashed
does not render as dashed on display. Any other value too. Always renders as plain line.2. Feature requests
General
Left menu
CTRL+ -
to reduce the font sizeParticle 0
in the sub list ofPandoraPFOs
is not enough. It's a bit hard to see which element belongs to which parent element.Event scene
C++ interface
RefCount
methods dandling around, some pointers passed in methods that doesn't require a pointer to be passed, a (const) reference sometimes being more than enough.TH1
andTCanvas
with the Draw method3. Nice features
Event scene
4. Questions / HOWTO
The text was updated successfully, but these errors were encountered: