mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #273] Blank screen when Image's url has a : character #99
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @michaelkrasa on GitHub (Jan 9, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/273
Current behavior
When I click to change any of the views I get a blank screen with nothing to click on.
Currently can't get out of this behavior. I can open the tutorial but when I click on my notes I get the white screen again.
Expected behavior
Changed view according to what I clicked on.
Steps to reproduce
Environment
@michaelkrasa commented on GitHub (Jan 9, 2020):
Here's a link to a youtube video where I showcase the issue.
https://youtu.be/F-02CCKdPyk
@Rokt33r commented on GitHub (Jan 9, 2020):
Thanks for the reporting. I'm investigating now.
@Rokt33r commented on GitHub (Jan 9, 2020):
@Phauglin I couldn't reproduce the problem. Could you share me error messages from the dev tool? I can see there are 18 errors from your screenshots.
@michaelkrasa commented on GitHub (Jan 10, 2020):
When I used boostnote today and didn't click those views at the bottom I was able to use it normally. I read your reply, clicked on the view and now I'm stuck on a blank screen again hm.
@Rokt33r commented on GitHub (Jan 10, 2020):
@Phauglin I confirmed the problem. It happen when Image reference's url has a
:character. I'll fix it soon.@Rokt33r commented on GitHub (Jan 10, 2020):
I found more information. The current app is sanitizing markdown contents by default including url of images. So the app considers your image url,
storage:..., has invalid protocol,storage, rather thanhttporhttpsand makessrcprop of Image nodesundefined.