Tagged Questions
6
votes
0answers
93 views
Rendering of IPA notations with combining diacritic marks in the SE text editor (get rid of font Consolas?)
I've come across a rendering problem in the SE text editor when using combining diacritics in IPA notations, e.g. U+032F: 'au̯' and U+035C: 'a͜u' (German diphthongs). Several glyphs overlap making the ...
6
votes
0answers
75 views
References to a comment on a deleted answer can break Stack Exchange JS
For the following URL, JavaScript breaks:
http://stackoverflow.com/questions/16356382/splitting-a-braces-grouped-string-in-python/16356421?noredirect=1#comment23433042_16356421
This is a link to a ...
1
vote
1answer
47 views
left angle bracket in pre tag explodes formatter
I was trying to move the text in between the tables out of the code block in this question, but the preview refused.
I have a table that has ID and ParentId, I would like display each ID with its ...
2
votes
0answers
42 views
Question editor is gone on Stack Overflow (IE9)
The question WYSIWYG editor has stop working for me in IE9 (32 and 64 bit versions).
It was working earlier this week, and I don't recall installing anything special since then.
The WYSIWYG editor ...
8
votes
2answers
70 views
Line break broken for headers
If I have a file link for instance or any other text without spaces that is longer than the text box, it should be automatically line-broken.
...
12
votes
1answer
136 views
Can't post answer using HTML <pre> because it gets misinterpreted as code
I'm trying to answer Compute rotation matrix using the magnetic field and my answer needs to use HTML because I need to show a table containing mathematics formulas. I've posted my answer here, ...
6
votes
0answers
80 views
Ctrl+Z undoes twice in editor
When I press Control+Z in the editor for Ask/Answer question, my last 2 modifications are undone.
What I mean is, that if I press Control+Z, followed by Control+Shift+Z, the text will not be the same ...
13
votes
2answers
258 views
Localhost in URL = numeric?
I understand the reasoning for the error message, I'm just a little unsure about the wording of it:
Links cannot contain 'localhost' (try a non-numeric domain)
12
votes
0answers
85 views
The editor's link functionality illegaly changes content inside code blocks [duplicate]
Possible Duplicate:
Adding a new link to a post messes up the code already present in the post
When adding / changing links in a post via the editor's "Hyperlink" button, the editor may ...
6
votes
1answer
92 views
Alt Gr + Y won't insert “>” character in question/answer using Hungarian keyboard
I use a Hungarian keyboard:
If I press Alt Gr + Y, which should insert a > character, nothing happens. I have to press Alt Gr + . (dot) to achieve this.
This is really annoying when ...
10
votes
3answers
107 views
Two question edit boxes?
When editing this question I somehow managed to get two edit boxes, 2 previews etc.
This is the best screen-shot I could manage. I don't think I did anything particularly strange in order to manage ...
0
votes
0answers
57 views
Arrow keys not working while editing answers or comments
Using IE9 on Windows 7 when I type a comment or an answer that exceeds the available vertical size of the editing control (so there is a vertical scroll bar) the arrow keys stop working properly: the ...
10
votes
3answers
171 views
Display loses <$fh> in code block, but shows it in preview
The following formatting causes the preview output to differ from the actual output. It contains the text <$fh>. The preview displays the <$fh> while it does not display in the actual ...
11
votes
0answers
127 views
MathJax overeagerly re-renders equations
While editing this answer on Cryptography Beta, I discovered that MathJax re-renders all equations in the preview every time a character gets added to or removed from the text area (whether this ...
4
votes
2answers
119 views
Code button no longer unindenting like it used to?
As well as slightly different images for the vote counts on question the SO questions pages, the code button in the question editing doesn't seem to be unindenting like it used to do.
Is it just me, ...
4
votes
0answers
84 views
Inline code button doesn't work with existing backticks
When I write some text, select it, and press the "code sample" button, it surrounds the selected text with single backticks. This is not sufficient to turn the text into a code sample in the case ...
0
votes
0answers
30 views
“Code sample” button not working with (numbered) lists [duplicate]
Possible Duplicate:
Can the code button in the format bar be made to work for code blocks in numbered lists
I want to use a code block in a list. But the code block does not get rendered ...
16
votes
0answers
105 views
Adding a new link to a post messes up the code already present in the post
In an answer, I was adding some links to the documentation, after I wrote some PHP code. As result, the code was altered.
Take as example the following code.
if (isset($item['load_functions'][1]) ...
1
vote
0answers
51 views
Markdown editor does not handle code correctly in lists
Note that this is not complaining about the fact that 8 spaces are needed for code in lists. It is complaining that the editor doesn't seem to respect this.
As Markdown specifies, 8 spaces are needed ...
0
votes
0answers
37 views
Italic button in editor does nothing for partial words [duplicate]
Possible Duplicate:
WMD unable to render markup inside words
Bolding words that include an underscore doesn't work
If in a Stack Overflow question or answer text area I write
...
0
votes
0answers
64 views
Edit feature has misaligned process/tips suggestions sidebar
Please see screenshot below. You can see that the "How to edit" box is misaligned. I have tried this in Firefox Safe Mode(The default "Ubufox" on Ubuntu 12.04), and have tried it with all addons ...
10
votes
0answers
59 views
Revision diff columns overflowing
I was editing a post, and I formatted the code better (markdown hates code with tab characters in it). When I was viewing the revisions (in source side-by-side diff mode), some of the lines were ...
5
votes
2answers
89 views
Editing a question automatically removes “Hello” [duplicate]
Possible Duplicate:
Edit source differs from question view? Or are we each other's friends now?
some text of the question doesnt appear while edit
I was about to edit the following ...
7
votes
1answer
108 views
Edit button shows source of older revision
When I hit "edit" on this question the editor shows the source not of the current revision, but the one before it.
I can reproduce this in multiple browsers, both logged in and anonymously and ...
22
votes
1answer
156 views
Max length check ignores markup, results in truncation of long, formatted answers
First reported here by haylem.
Steps to reproduce:
Construct a post consisting of exactly 30,000 non-markup characters (no HTML or Markdown formatting). Here's one for you: Formatting Sandbox
Edit ...
1
vote
1answer
79 views
11
votes
1answer
78 views
Improving a suggested edit on a tag wiki excerpt lets me exceed the excerpt max length
When checking crypto's suggested edit queue this evening, I saw a suggested edit for a tag wiki that needed improving, so I went ahead and did it.
This presented me with good old Pagedown, however, ...
2
votes
0answers
87 views
I cannot see the formatting toolbar on Stack Overflow [closed]
I cannot see the formatting toolbar on Stack Overflow, but it's working well here on Meta.
I'm on Chrome 18 on Windows XP.
0
votes
0answers
41 views
Code block can't handle DOCTYPE lines correctly [duplicate]
Possible Duplicate:
Code block is not properly formatted when placed immediately after a list item
How to nest code within a list using markdown
Lines like
<!DOCTYPE html PUBLIC ...
6
votes
3answers
119 views
Buttons and Preview gone?
I have been using SO for a few hours this evening and all of a sudden, the edit buttons and preview disappeared. I am using Chrome and OS X 10.7. I just cleared my cache, but the buttons are still ...
2
votes
1answer
73 views
WMD: Code inside lists [duplicate]
Possible Duplicate:
Add increase/decrease tab indent buttons to the editor toolbar
When posting code inside a list you need to indent it by an additional level, i.e. 8 instead of just 4 ...
4
votes
1answer
113 views
Problem when auto indenting code on shift+enter
I don't know about you guys but this is starting to get annoying. There's a problem when you try to keep the indentation using Shift+Enter in a code block.
Having the caret at the end of the line ...
7
votes
1answer
57 views
Tag information appears below Edit Summary box
The tag information box appears below the Edit Summary box on the editing page for tag wikis (see screenshot below).
I am using Chrome Canary 19.0.1046.0 on Windows 7 64-bit. You can try and ...
2
votes
0answers
41 views
Link button in post editor escapes square brackets in code
The link button in the post editor incorrectly escapes square brackets in inline code.
To reproduce:
Write the following MarkDown in the editor
text text `function[]` text text
Select ...
5
votes
2answers
254 views
⌘⇧Z and ⌃⇧Z redo keyboard shortcuts don't work
The keyboard shortcuts command+shift+z and ctrl+shift+z for redo in text input boxes don't work. The shortcuts command+y and ctrl+y work correctly, but aren't the standard on OS X.
Undo works (with ...
5
votes
1answer
88 views
Position of HTML attributes breaks embedding images
I want to embed an image of this beautiful unicorn.
<img src="http://i.stack.imgur.com/YHnAW.png"/>
Perfect! Now, it's a little too … majestic, so I'd like to make it smaller. Markdown ...
3
votes
1answer
124 views
WMD shortcut conflict with Unicode input mode (CTRL + SHIFT + U)
The Ctrl U WMD shortcut turns the current line in a list item.
The Ctrl Shift U shortcut triggers the unicode input mode.
Ctrl+Shift, Ctrl+Alt keyboard shortcuts in the WMD editor is tagged ...
6
votes
2answers
186 views
Bolding words that include an underscore doesn't work
Here's the screenshot of my experience with italic text over Stack Overflow.
Basically it just wraps the word into asterisks and leaves it like this. Here on Meta I do not observe this bug.
0
votes
0answers
39 views
Peculiar performance problem on a page?
I'm using IE8 32-bit on Windows 7 SP1 64-bit.
I went to this question, srolled up and down a little bit, then scrolled the code blocks in all directions, then started to type an answer, scrolling ...
7
votes
0answers
185 views
Writing a long post… losing everything
So I recently signed up for Stack Overflow and wanted to write my first question.
Then, after carefully wording it and writing the post (it took.. I don't know, 20 minutes), I click on "log in" ...
3
votes
0answers
31 views
WMD's “live preview” functionality gets very jumpy when there's an image in the editor [duplicate]
Possible Duplicate:
While making a post with an image, the image flickers in and out of the preview while I type
This video demonstrates what I'm talking about
I assume the flickering is ...
1
vote
0answers
20 views
Tag information box triggered from post preview is covered by the tag textbox
When drafting (and possibly editing*) a post, if you hover over a [tag:tagname] element in the post preview, the information box appears underneath the tag list, effectively obscuring the contents of ...
2
votes
0answers
67 views
Text freezes while writing on low-bandwith and low-latency connections
When writing on a wireless 3G connection, I often experience freezing of content of the form. It seems that my browser is creating many requests while I'm writing. When my connection is loosing ...
3
votes
1answer
82 views
Converting text in a link include characters that were not selected
I was editing a tag wiki, and I have noticed that in some cases, when I select text to make it a link, the text that is converted in a link includes characters that were not selected.
For example, if ...
3
votes
1answer
64 views
Not able to see editor preview when I click “show preview”
While I am editing a post (mine or posted by some one other), I cannot see a preview of the markdown. This makes me uncomfortable that I might break the formatting of the post.
Update: After the ...
7
votes
1answer
46 views
Unicode Entities are shown in preview, but not in the post
When editing a question and including entities like ◁, they are shown in the preview window. This applies both to hexadecimal entities only.
However, in the final post, they're not ...
6
votes
1answer
73 views
The editor doesn't correctly build the link when the selected text contains brackets
The button to create a link doesn't behave correctly when the text contains brackets.
Suppose you want to create a link from "unicorns -[discussion]"; selecting the text, and clicking the link ...
5
votes
1answer
97 views
Code is incorrectly wrapped when applying blockquote style
Often, I embed code snippets from other sites as actual block quotes (together with their explanation).
Expected result
Let's take this absolutely nonsense example. I want to see this output:
If ...
1
vote
1answer
88 views
An Editor bug that I'm really getting tired of
I'm using Chrome 14.0.835.186 on MacOS 10.6.8, and I frequently have trouble editing my posts because the editor, when loading the post content, has a tendency to omit things.
Here is a recent ...
0
votes
0answers
39 views
Editor TextArea does not always scroll on selection drag
Minor issue but it's rather annoying. If you start a selection in the padding of the TextArea (or whatver that area might be), the TextArea will not scroll with the selection if you reach the top or ...





