January 20, 2017 at 1:20 am
We've deployed a fix this morning for the [TopicTitle] not being correctly replaced in the notification emails.
<br
January 20, 2017 at 1:27 am
January 20, 2017 at 1:51 am
Eirikur Eiriksson - Friday, January 20, 2017 1:27 AMJames Billings, Redgate - Friday, January 20, 2017 1:20 AMWe've deployed a fix this morning for the [TopicTitle] not being correctly replaced in the notification emails.Could that be the reason for the preview not working and throwing a 500 error?
😎
It shouldn't be. That is likely caused by you needing to flush your browser cache. You can try CTRL-F5, or alternatively in Chrome you can bring up the dev-tools with F12, then click-and-hold the page refresh button and choose "Empty cache and hard reload".
If the problem persists after that, please let us know
January 20, 2017 at 1:56 am
James Billings, Redgate - Friday, January 20, 2017 1:51 AMEirikur Eiriksson - Friday, January 20, 2017 1:27 AMJames Billings, Redgate - Friday, January 20, 2017 1:20 AMWe've deployed a fix this morning for the [TopicTitle] not being correctly replaced in the notification emails.Could that be the reason for the preview not working and throwing a 500 error?
😎It shouldn't be. That is likely caused by you needing to flush your browser cache. You can try CTRL-F5, or alternatively in Chrome you can bring up the dev-tools with F12, then click-and-hold the page refresh button and choose "Empty cache and hard reload".
If the problem persists after that, please let us know
Flushed the cache and all fine now!
😎
January 20, 2017 at 3:52 am
We've deployed a further fix today for the < character being appended to certain posts, and URL's occasionally being unfollowable due to some hidden control characters being appended.
January 20, 2017 at 5:22 am
James Billings, Redgate - Friday, January 20, 2017 3:52 AMWe've deployed a further fix today for the < character being appended to certain posts, and URL's occasionally being unfollowable due to some hidden control characters being appended.
I had noticed that in a few spots, but wasn't able to reproduce it. Is that same root cause as the cursor appearing to be 1 character behind when typing a post? The text appears correctly, but it's weird when typing.
January 20, 2017 at 5:34 am
Was trying to post an ASCII diagram as a code=plain, comes out all muddled
😎
,--------------------------------,
+--------------------+ +---------------------------+ | +------------------+ | +---------------------------+
| Questionnaire | | Questionnaire_question | | | Execution | | | Execution_answer |
|--------------------| +---------------------------+ | +------------------+ | +---------------------------+
| Questionnaire_id |-+---, | Questionnaire_question_id |>+--' | Execution_id |-+--, '--+<| Questionnaire_question_id |
| Questionnaire_name | '---+<| Questionnaire_id |>+-------+<| Questionnaire_id | '----+<| Execution_id |
+--------------------+ ,---+<| Question_id | | Execution_date | | Answer_text |
| | Question_ordinal | +------------------+ +---------------------------+
+---------------+ | +---------------------------+
| Question | |
+---------------+ |
| Question_id |-+--------'
| Question_text |
+---------------+
January 20, 2017 at 6:24 am
Eirikur Eiriksson - Friday, January 20, 2017 5:34 AMWas trying to post an ASCII diagram as a code=plain, comes out all muddled
😎
,--------------------------------,
+--------------------+ +---------------------------+ | +------------------+ | +---------------------------+
| Questionnaire | | Questionnaire_question | | | Execution | | | Execution_answer |
|--------------------| +---------------------------+ | +------------------+ | +---------------------------+
| Questionnaire_id |-+---, | Questionnaire_question_id |>+--' | Execution_id |-+--, '--+<| Questionnaire_question_id |
| Questionnaire_name | '---+<| Questionnaire_id |>+-------+<| Questionnaire_id | '----+<| Execution_id |
+--------------------+ ,---+<| Question_id | | Execution_date | | Answer_text |
| | Question_ordinal | +------------------+ +---------------------------+
+---------------+ | +---------------------------+
| Question | |
+---------------+ |
| Question_id |-+--------'
| Question_text |
+---------------+
I had the same problem with code, in general. In the code window, all of the pretty formatting of the old forum is gone and also has some occasional problems with leading and other groups of spaces and the "double line" problems. The same holds true for plain code. It's a bit of extra work but I resurrected an old and simple word macro that changes spaces to hard spaces (^s) and "paragraph marks" (^p) to "Manual Line Breaks" (^l), which are really just CHAR(10) behind the scenes.
When I paste that into a Plain Code IFCode, the forum says it looks like I'm pasting from Word and do I want to clean it up so that it posts "correctly". The answer to that question is to hit the CANCEL button and everything stays beautiful.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2017 at 6:43 am
Ed Wagner - Friday, January 20, 2017 5:22 AMJames Billings, Redgate - Friday, January 20, 2017 3:52 AMWe've deployed a further fix today for the < character being appended to certain posts, and URL's occasionally being unfollowable due to some hidden control characters being appended.I had noticed that in a few spots, but wasn't able to reproduce it. Is that same root cause as the cursor appearing to be 1 character behind when typing a post? The text appears correctly, but it's weird when typing.
Nope - at least, I don't think so...
The tedious underlying reason was to do with if you happened to end your post with a new-line, stripping off some invisible formatting code wasn't quite correct.
January 20, 2017 at 7:21 am
James Billings, Redgate - Friday, January 20, 2017 6:43 AMEd Wagner - Friday, January 20, 2017 5:22 AMJames Billings, Redgate - Friday, January 20, 2017 3:52 AMWe've deployed a further fix today for the < character being appended to certain posts, and URL's occasionally being unfollowable due to some hidden control characters being appended.I had noticed that in a few spots, but wasn't able to reproduce it. Is that same root cause as the cursor appearing to be 1 character behind when typing a post? The text appears correctly, but it's weird when typing.
Nope - at least, I don't think so...
The tedious underlying reason was to do with if you happened to end your post with a new-line, stripping off some invisible formatting code wasn't quite correct.
That sounds like such a nice one to troubleshoot. :crazy:
Is the cursor behavior while typing on your list?
January 20, 2017 at 8:07 am
Ed Wagner - Friday, January 20, 2017 7:21 AMIs the cursor behavior while typing on your list?
We weren't aware of it, on our machines here, typing seems to behave as expected.
So if you can supply a bit more information as to browser/os/machine spec etc. that might be helpful.
January 20, 2017 at 8:20 am
James Billings, Redgate - Friday, January 20, 2017 8:07 AMEd Wagner - Friday, January 20, 2017 7:21 AMIs the cursor behavior while typing on your list?We weren't aware of it, on our machines here, typing seems to behave as expected.
So if you can supply a bit more information as to browser/os/machine spec etc. that might be helpful.
Cursor does some odd things. I've noticed several times that the cursor is one letter behind where I'm typing. Also, when pasting the cursor doesn't go to the end of my paste, it goes where ever it pleases (for the below paste it went to the end of the word diff on the first line).
Also, it seems that the plain code has gone caput. This should be all nicely aligned, it's not.
Key start_date end_date diff
----------- ----------------------- ----------------------- --------------------
1 2017-01-20 15:00:00.000 2017-01-20 15:11:29.367 0:11
Key start_date end_date diff
----------- ----------------------- ----------------------- --------------------
1 2017-01-20 14:00:00.000 2017-01-20 15:11:29.367 1:11
Edit: Just had a further look, it doesn't seem to be the code, but actually that when i paste, 2 spaces are converted in one, thus the allignment is wrong. Also, I'm getting the problem with the cursor as I type this line. When this happens, if you hit the backspace, it deletes the wrong character, as it removes the character at the cursor, not the one you just typed.
Edit2: Sorry didn't notice (getting the cursor problem this time too! <>_<, Im' on Windows 7, using Firefox Version 50.1.0.
Thom~
Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
Larnu.uk
January 20, 2017 at 8:26 am
Trying out Jeff's method on the ASCII diagram
😎
Looks like it works like a charm! Thanks Jeff!
,--------------------------------,
+--------------------+ +---------------------------+ | +------------------+ | +---------------------------+
| Questionnaire | | Questionnaire_question | | | Execution | | | Execution_answer |
|--------------------| +---------------------------+ | +------------------+ | +---------------------------+
| Questionnaire_id |-+---, | Questionnaire_question_id |>+--' | Execution_id |-+--, '--+<| Questionnaire_question_id |
| Questionnaire_name | '---+<| Questionnaire_id |>+-------+<| Questionnaire_id | '----+<| Execution_id |
+--------------------+ ,---+<| Question_id | | Execution_date | | Answer_text |
| | Question_ordinal | +------------------+ +---------------------------+
+---------------+ | +---------------------------+
| Question | |
+---------------+ |
| Question_id |-+--------'
| Question_text |
+---------------+
WG
January 20, 2017 at 8:31 am
Thom A - Friday, January 20, 2017 8:20 AMJames Billings, Redgate - Friday, January 20, 2017 8:07 AMEd Wagner - Friday, January 20, 2017 7:21 AMIs the cursor behavior while typing on your list?We weren't aware of it, on our machines here, typing seems to behave as expected.
So if you can supply a bit more information as to browser/os/machine spec etc. that might be helpful.
Cursor does some odd things. I've noticed several times that the cursor is one letter behind where I'm typing. Also, when pasting the cursor doesn't go to the end of my paste, it goes where ever it pleases (for the below paste it went to the end of the word diff on the first line).
Also, it seems that the plain code has gone caput. This should be all nicely aligned, it's not.
Key start_date end_date diff
----------- ----------------------- ----------------------- --------------------
1 2017-01-20 15:00:00.000 2017-01-20 15:11:29.367 0:11
Key start_date end_date diff
----------- ----------------------- ----------------------- --------------------
1 2017-01-20 14:00:00.000 2017-01-20 15:11:29.367 1:11
Edit: Just had a further look, it doesn't seem to be the code, but actually that when i paste, 2 spaces are converted in one, thus the allignment is wrong. Also, I'm getting the problem with the cursor as I type this line. When this happens, if you hit the backspace, it deletes the wrong character, as it removes the character at the cursor, not the one you just typed.
Thom hit the nail on the head with the cursor being 1 character behind. I thought it was related to having characters after the position at which I was typing or to using the backspace key, but then I couldn't reproduce it. I'll keep taking mental notes until I figure it out or hear of it being fixed. I'm using an up-to-date Firefox on Windows 7 on a desktop PC.
Another issue with the paste is that when I paste text, I can't continue typing because the focus on the editing window is lost. I don't know if it's relevant, but I always copy and paste using the keyboard (Ctrl-C/Ctrl-V) and not using the mouse.
January 20, 2017 at 8:36 am
Ed Wagner - Friday, January 20, 2017 8:31 AMThom hit the nail on the head with the cursor being 1 character behind. I thought it was related to having characters after the position at which I was typing or to using the backspace key, but then I couldn't reproduce it. I'll keep taking mental notes until I figure it out or hear of it being fixed. I'm using an up-to-date Firefox on Windows 7 on a desktop PC.Another issue with the paste is that when I paste text, I can't continue typing because the focus on the editing window is lost. I don't know if it's relevant, but I always copy and paste using the keyboard (Ctrl-C/Ctrl-V) and not using the mouse.
Sounds like it might be a "feature" of using SSC on Firefox then, we both have the same set up. >_<
Thom~
Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
Larnu.uk
Viewing 15 posts - 166 through 180 (of 224 total)
You must be logged in to reply to this topic. Login to reply