capyloon / nutria

Experimental Web Based OS Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Changing URL from inside an app doesn't change the app

yjftsjthsd-g opened this issue · comments

Steps to reproduce:

  1. Clone at b65f437 , run the usual ./jackady update-prebuilts && ./jackady dev.
  2. Click Wikipedia icon on home screen.
  3. Click title/URL bar at the bottom of the screen.
  4. Type "example.com", hit enter.
  5. Click favicon in lower-left corner to open info panel. Note favicon.
  6. Click "Add To Home" button.
  7. Click Home button.
  8. Click app switcher button.

Expected results:

  • At step 5, I would expect the favicon to have changed to the new site.
  • At step 7, I would expect to have an example.com icon on the home screen.
  • At step 8, I would expect example.com and wikipedia to both show up in the switcher screen.

Actual resuluts:

  • At step 5, the wikipedia favicon still shows.
  • At step 7, no example.com icon is present on the home screen.
  • At step 8, only one app/site shows up; example.com's content with the wikipedia icon.

Thanks for the report! That should be fixed by b47355e

Please re-open if you can still reproduce.