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

Popup is disrupted when already exists popup-tip #20

Open
uk-ar opened this issue Sep 25, 2012 · 1 comment
Open

Popup is disrupted when already exists popup-tip #20

uk-ar opened this issue Sep 25, 2012 · 1 comment
Assignees
Labels
Milestone

Comments

@uk-ar
Copy link
Contributor

uk-ar commented Sep 25, 2012

Popup is disrupted in the following test code.

(ert-deftest popup-test-two-tip ()
  (popup-test-with-temp-buffer
   (popup-tip "Foo\nBar" :nowait t)
   (save-excursion (insert "\n"))
   (popup-tip "Baz\nQux" :nowait t)
   (with-current-buffer (popup-test-helper-get-overlays-buffer)
     (let ((points1 (popup-test-helper-match-points '("Foo" "Bar")))
           (points2 (popup-test-helper-match-points '("Baz" "Qux"))))
       (should (popup-test-helper-same-all-p
                (popup-test-helper-points-to-columns points1)))
       (should (popup-test-helper-same-all-p
                (popup-test-helper-points-to-columns points2)))
       (should (eq (line-number-at-pos (car points2)) 2))
       (should (eq (line-number-at-pos (car points1)) 3))
       ))))
@ghost ghost assigned m2ym Sep 30, 2012
uk-ar added a commit to uk-ar/popup-el that referenced this issue Feb 6, 2013
@drwebb
Copy link

drwebb commented Sep 20, 2015

Is there any development on fixing this issue? It is causing mangled output referenced here: commercialhaskell/stack-ide#73

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

No branches or pull requests

3 participants