Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Issue with palette for latex referencing #414

Open
werunom opened this issue May 28, 2017 · 7 comments
Open

Issue with palette for latex referencing #414

werunom opened this issue May 28, 2017 · 7 comments

Comments

@werunom
Copy link

werunom commented May 28, 2017

Updated to 1.17 and also installed the latest update of material-ui theme. After this update, the dropdown palette for atom-latextools package is not working fine. Basically, when I am doing a referencing in latex, the latextools package automatically opens a palette containing relevant reference-keys. After installing these updates, the palette is not working fine.
atom 1 17

Other palettes - for ctr+sht+p and ctr+p - are working as expected. I have checked this scenario in other UI-themes and there the reference palette is working fine.

@werunom
Copy link
Author

werunom commented May 29, 2017

Update - this problem, I think, is at the latex-tool side. I tried couple of other themes, and similar things happen. So, I have opened the issue there. I will update this thread once there is more info. Thanks!

@silvestreh
Copy link
Member

There have been many changes in Atom 1.17. The latex package probably needs patching, specially if you can reproduce across themes 😃

@DanielAndreasen
Copy link

I have a similar problem and opened this issue

@werunom
Copy link
Author

werunom commented May 30, 2017

@silvestreh - a clarification. This issue is persisting only in material theme. I tried reproducing this issue in other themes, and they are working as expected.
Excuse for this confusion. Can you please have a look at this?

@BatmansGehilfe
Copy link

I have the same issue as @werunom. Encountered it both in atom 1.16 and 1.17. With both versions it's only happening in material theme. Definitely not reproducible with other themes, I'm afraid.

@hendrikbl
Copy link

Any updates on this? This is still present in atom 1.24.1 with atom-material-ui 2.1.3 and indeed seems to be an issue with atom-material-ui, see #430. It works just fine with other themes. I really like this theme but I'm afraid it's unusable for me if this bug remains...

@hendrikbl
Copy link

and indeed seems to be an issue with atom-material-ui

Okay, I guess I was wrong...

I found that there are two classes that cause this issue:

<atom-panel class="modal overlay from-top">
  <div class="select-list overlay from-top label-view" is="space-pen-div">

The classes overlay and from-top used for the div are breaking the modal. Since these classes already are used in the atom-panel I removed them and et voilà, everything works just fine.

So this is probably something they changed in one of their updates. I'll go ahead and create an issue for the latexer package. And if this remains for your packages you should create one there too :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants