SolidOS / mashlib

Solid-compatible data mashup library and Data Browser
https://solidos.github.io/mashlib/dist/browse.html
MIT License
71 stars 21 forks source link

Task editor cannot show properly #152

Closed hsinpeng closed 2 years ago

hsinpeng commented 2 years ago

I just clone and run the latest mashlib ten minutes ago. The task editor of todo list function doesn't work well on my chrome browser. It works fine before, I use it almost every day for testing myself hosted CSS. So I think it is a minor bug of the latest source code. F.Y.I.

timea-solid commented 2 years ago

@hsinpeng can you please detail your problem: console logs, screenshots...What does it mean 'doesn't work well'. Thank you for reporting.

bourgeoa commented 2 years ago

Could you be more precise :

hsinpeng commented 2 years ago

Usually I use the following commands to run mashlib. git clone https://github.com/solid/mashlib.git cd mashlib npm ci npm run build npx http-server ./dist

Then I use chrome to link http://localhost:8080/browse.html and enjoy its functionalities. I am a solid newbie, so I like to clone the latest CSS and mashlib once couple weeks for trying new features. Everything works fine before. But something wrong with task editor this time.

The screenshot:

截圖 2022-03-04 下午11 18 25
hsinpeng commented 2 years ago

Hi contributors. I tried tha same experience on linux ubuntu today. The transparent edit window (only "X" close button visible) happens on the latest mashlib. And everythings works fine with slightly old version. F.Y.I.

timbl commented 2 years ago

"But something wrong with task editor this time." .. if you click on the pencil (i the Task tab) or the title (in the Table view)then nothing happens?

hsinpeng commented 2 years ago

@timbl Yes, that's what happened. I guess that the Task tab does pop-up, but invisible (only "X" close button visible).

timea-solid commented 2 years ago

This PR should fix this bug: https://github.com/solid/issue-pane/pull/57 Will be in the next release so mashlib >1.8.0

timea-solid commented 2 years ago

Fixed on mashlib 1.8.1 on testserver now (and in main branch)

hsinpeng commented 2 years ago

Checked. It is fixed already. Thanks.

timea-solid commented 2 years ago

Thank you for checking @hsinpeng and thanks for making a ticket in the first place.