nicholasmr / obblm

Automatically exported from code.google.com/p/obblm
26 stars 54 forks source link

Cant edit/create messages #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Trying to edit or create a new message. Nothing happens when pushing the
 links.
2. Pressing "More" on a long message makes all message body text go bold.
3. I didn't test the delete link...

Versions tried where the problem exists (AFAIK): 0.38r8, 0.38r11
This worked in 0.37 final...I think.

/Daniel

Original issue reported on code.google.com by blodae@gmail.com on 12 Feb 2009 at 11:52

GoogleCodeExporter commented 9 years ago
Correction: I think it worked in 0.38r8 but not in 0.38r11. Narrows it down a 
bit.
Likely the bad guy is in r11?

Original comment by blodae@gmail.com on 12 Feb 2009 at 12:22

GoogleCodeExporter commented 9 years ago
I suspect you have not replaced all files with the new ones, works fine here.
I haven't really changed anything that should effect it. Try clearing browser 
cache
or another browser altogether.

Yes, the bold is a problem. But it is only on one of the messages, you were not 
clear
on that. Don't really know what is causing it yet.

Original comment by Nimda...@gmail.com on 12 Feb 2009 at 12:54

GoogleCodeExporter commented 9 years ago
Mmm. It's localized to this comp and FF 3.0.6. IE7 works fine.

Cleaned cache, didn't help. Remembered that I messed with FF profiles so I made 
a 
new clean profile and that one works. Case closed.

I've got 3 messages on Home. Oldest is bolded when opening page. Second becomes 
bolded when I press More. First (uppermost) doesnt get bolded even if I press 
More.

Original comment by blodae@gmail.com on 12 Feb 2009 at 2:34

GoogleCodeExporter commented 9 years ago
My FF 3 here works fine too. It then browser I develop on.
Can we have some outside confirmation of the issue(s)?

Original comment by Nimda...@gmail.com on 13 Feb 2009 at 12:35

GoogleCodeExporter commented 9 years ago
Found what caused the bolded text problems.

I used <B>...text...</B> tag in my message body text. When removing that tag 
neither
the oldest message nor the second message got bolded. So, case closed regarding 
that
too. My fat fingers and my will to experiment got the best of me. Sorry to have
bothered you. :-/

It would be nice to be able to format the text in some simple way though. No, I 
dont
suggest BB-tags should be implemented! :-P Is there some way to use HTML tags 
without
breaking stuff? I think using the <B> tag worked before the "More" link got 
implemented.

Original comment by blodae@gmail.com on 13 Feb 2009 at 2:27

GoogleCodeExporter commented 9 years ago
Hmm, to be honest i don't really care about this. Yes, it's fancy to be able to 
write
bold, but it's not supported by obblm, all you are doing is exploiting the 
fact, that
the saved/displayed text is in a html environment... as you know. I'm sorry, but
supporting this is not on my own todo list, anyway :-).

What I've done now is, that only match reports get auto collapsed. This fixes 
your
problem :-).

The new revision will be out soon. I'm doing some more work on the translation 
atm.

Original comment by Nimda...@gmail.com on 13 Feb 2009 at 4:03