heysion / wave-protocol

Automatically exported from code.google.com/p/wave-protocol
0 stars 0 forks source link

Digest snippet has Hippopotomonstrosesquipedaliophobia #223

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login into WIAB.
2. Create a new wave.
3. Insert a (very) long word like "Hippopotomonstrosesquipedaliophobia"

What is the expected output? What do you see instead?
Expected: The snippet is updated and set to 
"Hippopotomonstrosesquipedaliophobia"
Actual: The snippet is empty.

Note: "Hippopotomonstrosesquipedaliophobia" is fear of long words.

Please use labels and text to provide additional information.
I tried to fix this with making style of the snippet to include:
word-wrap: break-word;
text-overflow: ellipsis;

It didn't fix it though...

Original issue reported on code.google.com by vega113 on 20 Feb 2011 at 12:44