Forum Replies Created
-
AuthorPosts
-
Hi,
I’m afraid this is a bit tricky as the ID is not assigned until the item is “completely” saved. This means that the user is redirected back to the default redirect destination – most likely the default view of the list.One option is to add a script here to query for the latest addition to the list created by the current user. The problem is that you are not 100% sure where the user is redirected as he/she could have a “Source” attribute in the URL.
Look at this comment for a possible method to specify the redirect location.
When you know where the user “lands” you can add a script here to find the ID and present it to the user.
Alexander
Can you save “Field CSS” for other fields? – if you have the developer toolbar in IE (hit F12 > Console) open when you save – do you get any errors there?
Can you send me an export of the configuration using the export function in the Misc tab? – you find my email in the “about me” tab above.
Alexander
Hi,
By not saved – do you mean that it does dot show up in the backend when you edit the field css again, or is it that it does not work in the front end?A multi line “Enhanced rich text” field must be addressed like this:
div.ms-rtestate-write:focus{ background-color:#FFFBCC; }
A multiline plain text field must be addressed like this:
textarea:focus{ background-color:#FFFBCC; }
Alexander
- This reply was modified 10 years, 3 months ago by Alexander Bautz.
I tried to recreate this in IE 8 on a virtual machine without success. I’m afraid I have no solution – other than using a more modern browser.
Alexander
This was strange. The “splash screen” should have gone away in the backend. The only indication should be a “You have X days left of your trial” in the top right corner.
If you see the splash screen – can you send med the “blob” exported from the misc tab?
Alexander
Can you hit F12 and click the bottom icon in the left column: How does the browser identify itself regarding document mode and user agent string?
Alexander
I have had one other user report the same while using IE 9. I have not had time to investigate it, but could you try setting the fontSize smaller to see if the clipping is still there?
Example
Option: fontSize
Value: 12Alexander
Thanks!
Alexander
Hi,
Did this happen with a fresh setup in a new list, or did you upgrade from v3.x?If you upgraded from v3.x you must open the backend configuration and hit save to “start” the trial period.
Alexander
I’ll see what I can do about it.
Alexander
-
AuthorPosts