ID:1674570
 
BYOND Version:507
Operating System:Windows 8
Web Browser:Chrome 37.0.2062.102
Applies to:Website
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
When i try to use html codes to put a picture on hub it wont appear without putting some type of word before the html.I posted it under the help thinking it was something i did wrong,then i was told to post it in bugs.


Expected Results:

Actual Results:

Does the problem occur:
Every time? Or how often?
The problem does occur everytime we try to do a html code for an image of any sort.
In other games?
Yes it happens for every hub for every game.
In other user accounts?
It does do it on all different accounts on byond.
On other computers?
All computers.

When does the problem NOT occur?
The problem does not occur,when i put like a word or a letter before the html. like l and it would work.

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? I cant really tell you when it was but it was a long time ago,it was working well on the byond hub,you could put any type of html and it come in fine without anything before it.


I don't understand what you mean. Can you clarify?
what i mean is when u use html to be put as a picture on the hub it does not work properly,I posted it on byond help and the guy Pirion below me tried to do the html codes of a picture on the hub and it did not work aswell.



Pirion wrote:
Want to post the complete html you're using?

If you place it in <dm></dm> it'll show us the code on the forum.

Edit:

Nevermind, I tried it with same results. As a workaround, I placed a hidden span, and the results were as expected. You may want to report as a bug though.

> <span style="display: none;">Placeholder</span><img src="http://imagizer.imageshack.com/img673/2359/BRNX4N.jpg" alt="InfoFailedToLoad"/>
>

Yes, but neither of you ever posted an example of HTML code that didn't work. I need more information.
what do u mean? what were saying is any type of html of image will not work putting it into the hub without putting a word or a symbol before the <
BannerFans.com


this is an example but when you try to put it on a hub it wont appear without something infront of it but as a post like on here it will work
http://prntscr.com/4n5m29

this is how i implement it on my hub

but no picture will display
Okay Ahmed, I will give a more coherent description of the problem.

http://www.byond.com/games/EnigmaticGallivanter/HubCreations

this is a hub I set up for playing with HTML.

Okay, so first we add some image in our long description:

Step 1

Then, we save it and look at our hub

Step 2

But oh damn that image isn't showing up.... sheeeeeit.

So let's add something in front of it to make it work!

Step 3

So let's save it, and view the hub!

Step 4

I tried to but a break tag, and a horizontal rule before the image, but no luck. If I use text (hidden or not), the image will show up.
In response to EnigmaticGallivanter
thx man i appreciate u doing that if that will help him understand it
Does text after it do the same thing? I.e., is it the presence of any text at all that makes the long description appear or not appear?

If that's the case then I doubt it's a filter problem, just the logic that governs the long description box. Then again, considering the long description is meant to hold at least some text, I'm not sure how big a problem it actually is if that's the case.
Text after activates the image.