Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Demo content still showing in UI of project using tooltips #19

Open
screaser opened this issue Feb 15, 2017 · 9 comments
Open

Demo content still showing in UI of project using tooltips #19

screaser opened this issue Feb 15, 2017 · 9 comments

Comments

@screaser
Copy link

Just upgraded a project from 0.5.2 to lookback:[email protected]. When I view any page I see a huge demo of tooltips above my project's UI... perhaps the change made in 0.5.5 wasn't complete?

screen shot 2017-02-15 at 2 09 31 pm

screen shot 2017-02-15 at 2 09 39 pm

(My app's UI starts with "today" in the screen-shot above.)

@johanbrook
Copy link
Contributor

Hey! Yep, we just noticed that regression too. Not sure why yet, we think it's how Meteor eager loads files.

Please force to version 0.5.2 for the time being. Sorry about that.

@kulttuuri
Copy link

Happening for me too. Any ETA for a fix? :)

@johanbrook
Copy link
Contributor

Try locking to 0.5.2 for now; I honestly have no idea why Meteor loads those .html files (we haven't specified Meteor to do so).

@kulttuuri
Copy link

Alright. Anyone coming across this issue, here's how you downgrade package back to version 0.5.2 for time being:
meteor remove lookback:tooltips
meteor add lookback:tooltips@=0.5.2

@dominicarrojado
Copy link

I have a problem and its quite similar to this, tooltip changes the document title...
image

@screaser
Copy link
Author

screaser commented Mar 30, 2017

If you put the example in the folder /private/ won't Meteor ignore it? Might be one way to work around the issue... alternatively it sounds like if the folder name starts with a dot Meteor ignores it as well.

https://forums.meteor.com/t/best-way-to-have-meteor-ignore-files/4406

@johanbrook
Copy link
Contributor

Could work too, yeah.

@francisbyrne
Copy link
Contributor

Ah dang, moving it to /private didn't actually fix the issue :/

I've just deleted the example folder altogether for now. We can restore it later.

@hexsprite
Copy link

What I did was move the example folder to .example and that worked

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

No branches or pull requests

6 participants