 |


 |
lj_support
coffeechica | |
 |
 |
 |
 |
|
 |
 |
The new RTE isn't working right. (In other news, water is reported to be wet. We're still investigating.) Here is everything I've seen this weekend. There are older bugs too, but I hope this will help you when working in Entries to know what's been reported and what hasn't been. Additions in comments are very welcome. We want to get this thing fixed, not just for the users, but especially because of the huge workload this feature creates for Entries volunteers. * [LJSV-648] RTE doesn't load at all in Safari 4 * [LJSV-792] Nowhere to enter text for an lj-cut popup, many browsers * [LJSV-796] HTML editor is loading instead of user's default RTE in IE7 and FF 3 * [LJSV-797] RTE spacing and indentation aren't working as expected in IE7 and FF 2 & 3 (On #2, theory is that they've got old JS cached and we should be doing advanced cache clear with them as a next step.) Those are the main three I saw this weekend. Older stuff we're still seeing (again, feel free to add to this list): * Multiple lj-cut tags can get added to a post (does anyone have the Jira # for this? I can't find it)
|
 |
 |
 |
 |
|
 |
 |








 |
lj_dev
fub | |
 |
 |
 |
 |
|
 |
 |
I'm currently working on integrating Scrapbook in my LJ client. When downloading pictures, I got a 403 Forbidden error when downloading pictures that were under a friends-lock. That's (of course) exactly as it should be. So my strategy is to get an LJ session cookie (through the sessiongenerate interface call) and send that along with my request for the pictures. However, I can't get it to work with the cookie I get back from the sessiongenerate call. To check, I extracted my ljsession cookie from Firefox and pasted that into my code -- and then it worked. So it's not my code that is broken. Tt seems as if the return value from sessiongenerate is invalid... I inspected the two cookies a bit further, and saw an interesting difference. The one from sessiongenerate has the following structure: v1:u[some number]:s[some number]:[11 alphanumeric characters]//Thanks+for+signing+in+/+LiveJournal+loves+you+a+lot+/+Here+have+a+cookieThe one that I picked from Firefox (that does work) is like this: v1:u[some number]:s[some number]:[11 alphanumeric characters]:[41 alphanumeric characters]//Thanks+for+signing+in+/+LiveJournal+loves+you+a+lot+/+Here+have+a+cookieThe ones I get back from sessiongenerate are consistent in their structure, and they miss the second string of alphanumeric characters that my working cookie does have. What is going on? Is this a bug, or am I doing something wrong? Tags: *unanswered, client, client: authentication, client: fotobilder, client: sessions Current Mood: confused
|
 |
 |
 |
 |
|
 |
 |



|
 |
|
 |