WORKAROUNDS: Try removing the horizontal line rule and adding a new one. Use a different browser.
STATUS: Need to verify this still exists.
WORKAROUNDS: Unknown.
STATUS: Need to verify this still exists. This might be an Editor problem and not a Browser problem.
Add additional known issues at the bottom of this section.
WORKAROUNDS: Search in your browser on Bing Search. Include "TechNet Wiki" along with the title you're searching for.
WORKAROUND: To fix the symptoms of this bug, click the HTML View tab, find the section that begins the indentation in the code, and make sure there is a closing ordered list </ol> or unordered list </ul> tag above it. STATUS 08/23/2012: This problem is seen often. Generally, a closing </li> tag (less often </ol> or </ul>) was missing, and the Wiki editor "fixed" the HTML by adding the missing tag, but in the wrong location. Often, the </li> tag is added after the next heading line, so the heading line is indented. Sometimes, the </li> tag is added after the next list, so the entire list is indented relative to the first list. In all cases, the fix is to move the errant </li> tag in the HTML editor. I check the last item in each list. If the last item does not have a closing </li> tag, I search for the next </li> tag, verify that it is in the wrong place, then move it to where it belongs. STATUS: Need to verify this bug still exists (4/16/2013).
WORKAROUND: You'll need to remove the title text from the <a name> argument. For example, if your HTML is... <h2><a name="Title1">Title1</a></h2>... then you need to remove the text from the <a> tag. Instead write it like this: <h2><a name="Title1"></a>Title1</h2>. Also, do not add anchors to your article. Instead, just use headers. At the top of your article, type the wiki code [toc] in the Design tab, and the Wiki platform will turn the text into a table of contents that lists out all the header sections, including their hierarchy (where an h2 is indented under an h1 section). Because of this TOC feature, you don't need to add anchors.
STATUS: Need to verify this bug still exists (6/10/11).
WORKAROUND: Do not highlight/select the whole line. Highlight/select only the text and not the space after the text (which is what happens to show you that the whole line is highlighted/selected). If you cannot highlight only the text, highlight all the text except for the last letter. Then when you click the Insert Link or Anchor button from the Editor toolbar, add the missing letter back to the text in the Link Text box, enter the new URL, click OK, and when you return, delete the last letter that is not in the hyperlink.
STATUS: This bug still exists (10/15/12).
WORKAROUND: See Create Quick and Basic Tables Using the Wiki HTML Editor for information about creating tables using the Wiki HTML editor. This method requires that you edit the raw HTML for your article by clicking the <> HTML option in the status bar at the bottom of the Wiki Editor. STATUS: Verified this bug still exists (10/20/11).
WORKAROUND: Highlight all the text in the article, select Segoe UI from the Font Name drop-down list in the Editor toolbar, and select 12px from the Real font size drop-down list in the Editor toolbar. If you also have italics and font color issues, change those manually as well.
NOTES: This could be the same bug as #8 below. This might be an IE9 bug.
NOTES: This could be the same bug as #6 above. This might be an IE9 bug.
WORKAROUND: Click the Article tab to make sure your saves were made. You also might want to copy text you added just in case (because if you leave after making significant changes that were not saved, you cannot get back to what you wrote).
NOTE: This might be an IE9 compatibility bug.
<style>.ClassName { margin-left:100px; }</style> <p class="foo">This is a paragraph with 100px padding.</p>
<style>.ClassName { margin-left:100px; }</style>
<p class="foo">This is a paragraph with 100px padding.</p>
. ClassName { margin-left:100px; } This is a paragraph with 100px padding.
. ClassName { margin-left:100px; }
This is a paragraph with 100px padding.
WORKAROUND: When your article gets into this state (you are waiting for it to save for a long time), click the Save button again. If you see the error message that you already updated the article, then click the Article tab to see your changes. Your changes were saved correctly.
Another problem is duplicate header lines in the article. The text of header lines can be duplicated in an article, and all will appear in the Table of Contents, but the links will not work. Duplicate header lines will have duplicate <a name> tags, so all of the duplicate entries in the Table of Contents will link to the same point. The fix is to modify the <a name> tags of the headers in the HTML editor to make the names of the anchor tags unique in the article. A duplicate header line can result unexpectedly if the header has leading digits. When the <a name> tag is automatically created, any leading digits are ignored. This means that the headers "1.3 References" and "3.3 References" will have the same <a name> tag. You must edit the <a name> tags in the HTML editor to make them unique. Digits can appear anywhere else in the <a name> tag with no problems. For example, you can modify the tags as follows: <a name="References_1_3"> and <a name="References_3_3">. Note that spaces and periods must be replaced by underscores. These <a name> tags will be recognized. Of course, do not introduce zeros (the character "0"). A less common problem is when the entry in the Table of Contents includes the heading line plus all or part of the next paragraph. The cause is a missing </h1> tag (or </h2> etc). The Wiki editor adds the missing tag when you save, but in the wrong location; not at the end of the heading line, but after the next sentence or paragraph. The fix is to find the heading line in the HTML editor, verify that the terminating </h1> tag is missing (or </h2> etc), then find the next </h1> tag in the article and move it to where it belongs. For assistance fixing a Table of Contents, refer to this Wiki article: Tips & Tricks to Fix the Wiki Article [TOC] (Table of Contents)
STATUS: 1/aug/2012, BUG REPORT FILED, and bug confirmed. Last seen in April, 2013.
STATUS: Last seen in September, 2011. A fix is planned.
STATUS: Still exists, as of 4/16/2013.
http://social.technet.microsoft.com/wiki/contents/articles/list-of-microsoft-support-knowledge-base-articles-related-to-microsoft-virtualization-technologies-for-2011.aspx http://social.technet.microsoft.com/wiki/contents/articles/705.aspx#comments http://social.technet.microsoft.com/wiki/contents/articles/10061.th-th.aspx
STATUS: Cause is not proven. Still exists as of 2/2013.
STATUS: Need to verify.
STATUS: I think this was solved because you can no longer search by names. Need to verify.
WORKAROUNDS: Delete the extra spaces. Use a different browser. Try using IE9 in Compatibility View.
STATUS: Cannot reproduce (4/17/13). Confirmed as fixed in the forum.
STATUS: IE9 seems to be supported well now.
WORKAROUND: Check an article often for comments (about three times a week, if it is time sensitive, such as release notes, or once every 2-3 weeks if it is not time sensitive).
STATUS: Currently a fix is being planned to be released on July 13th, 2011.
Unlike Wikipedia, there is no clear way of knowing when a link is external.
WORKAROUND: For external links, until we have an external link flag (like Wikipedia does), paste the link URL in the Editor so that it is obvious to a user that the link is not internal to TechNet Wiki. For the feature request, see Links #1 in the TechNet Wiki Feature Requests.
In the previous profile, pages that you selected as Favorites appeared in your Favorite pages section. With the new profile, there is no such section. Currently the Favorite this page link (at the bottom of every article page) does nothing.
STATUS: Fixed in June, 2011. The Favorites button was removed.
Currently you can only earn points in your profile from Forum contributions, Gallery contributions, and not Wiki contributions. A new point solution that includes Wiki contributions is currently being planned.
STATUS: Fixed on July 13th 2011, with other Profile features (like profile user cards and contribution points for blogs and annotations).
WORKAROUND: You need to press Enter when the focus is in the search box to execute the search.
STATUS: Current plans are to remove this icon.
WORKAROUND: As a temporary work-around, use the tag as a keyword in a search and subscribe to the resulting RSS Search feed.
STATUS: Fixed in 2010.
WORKAROUND: As a contributor/editor, only edit tags in the Edit tab. As an author, when you first write an article, make a first edit to the article as well. This will protect your authorship credit from ever being removed by this bug.
STATUS: Fixed in May 2011 with the upgrade to CS 5.6.
STATUS: Fixed.
WORKAROUND: To fix the symptoms of this bug, click the HTML View tab, and then delete the Header tag content.
STATUS: Need to verify this bug still exists (6/10/11). Ed: As of 10/15/12, I cannot repro.
Cool.. I'll snap this page now as a Favourite for easy Reference too! :)
Keep on keepin' on. Regards, pkn
Not sure if it is a bug or intended 'feature', but I can't figure out how to automate creating Wiki pages. I have some content already generated and rather than input each of the pages manually, I tried writing a script to input the info based on ElementID and was able to get everything but the Editor. Is this intended functionality?
Thank you for your contribution value
Useful page.
This needs to be updated. Several of these issues have been fixed.
Keep updateing this article, i see many bugs there are fixed, but the most of IE 9 bugs, keep happens. despite great job
The history comment migrating into page comment also happened to one of my articles: social.technet.microsoft.com/.../12432.general-security-advices-and-best-practices-en-us.aspx. Is there any way to delete the unwanted page comment? Thanks.
Yagmoth555 edited Revision 137. Comment: hi, adding a bit of text for the comment bug, thanks :)
Richard Mueller edited Revision 141. Comment: Make headings consistent
Richard Mueller edited Revision 142. Comment: Remove blank and duplicate headings in HTML