Re: Odd problem (bug?) with certain attribute, posted by Stefan Ritt on Tue Jul 28 16:57:39 2009
|
T. Ribbrock wrote:
I have the following simple test logbook: |
Re: Odd problem (bug?) with certain attribute, posted by T. Ribbrock on Tue Jul 28 17:10:13 2009
|
Stefan Ritt wrote:
That's indeed a strange bug, and thanks to your detailed explanation I could easily reproduce it. The problem was |
Re: Odd problem (bug?) with certain attribute, posted by T. Ribbrock on Wed Jul 29 13:23:41 2009
|
T. Ribbrock wrote:
Very nice, thank you! Given that I also still have to test the fix you made for the crash problem with "shared" |
Re: Crashes when editing entries, posted by T. Ribbrock on Wed Jul 29 14:48:34 2009
|
By now, I've installed 2244 and ran some rudimentary tests. So far, I was not able to reproduce the crash anymore. Looking good! |
init_resize sometimes not defined, posted by Richard Stamper on Wed Aug 5 01:07:04 2009
|
Under some circumstances the New/Edit entry screen can invoke the init_resize() function in the onload handler for the <body> tag, but the init_resize()
function is not defined. In my case there is a log where the encoding is plain text (Default encoding = 1) and the message height is restricted (Message
height = 4). Creating or editing entries in this log generates warnings in the Firefox error console and alert boxes in IE about init_resize being |
Re: init_resize sometimes not defined, posted by Stefan Ritt on Wed Aug 5 13:36:44 2009
|
Richard Stamper wrote:
Under some circumstances the New/Edit entry screen can invoke the init_resize() function in the onload |
HTML in attribute values, posted by soren poulsen on Thu Aug 6 11:40:11 2009
|
Hi,
I am using syntax like (from the doc):
Display Telephone = <a href="http://any.company.com/telbook.cgi?search=$Name">$Name's telephone number</a>
Until yesterday |
Re: HTML in attribute values, posted by soren poulsen on Thu Aug 6 11:53:29 2009
|
soren poulsen wrote:
Hi, |