Acknowledged
CIQQA-3363

Test Ticket apostrophe ' quotes " > > < <

Default

Bold

Italic

Bold Italic

Underline

Bold Underline

Bold Italic Underline

Red

Strikethrough

Code Monospace

https://www.garmin.com/en-US/

GrinningGrimacingJoy

∑ © ¥

  • Bullet List 1
  • Bullet List 2
  • Bullet List 3

  1. Numbered List 1
  2. Numbered List 2
  3. Numbered List 3

Paragraph Lorem ipsum dolor sit amet

import Toybox.Application;
import Toybox.Lang;
import Toybox.WatchUi;

//! This app lets you test the accelerometer and magnetometer. You control a ball
//! on the screen by tipping the device in certain directions. You can 'kick' the
//! ball by pressing the start button.
class AccelMagApp extends Application.AppBase {

    //! Constructor
    public function initialize() {
        AppBase.initialize();
    }

    //! Handle app startup
    //! @param state Startup arguments
    public function onStart(state as Dictionary?) as Void {
    }

    //! Handle app shutdown
    //! @param state Shutdown arguments
    public function onStop(state as Dictionary?) as Void {
    }

    //! Return the initial views for the app
    //! @return Array Pair [View, InputDelegate]
    public function getInitialView() as [Views] or [Views, InputDelegates] {
        var mainView = new $.AccelMagView();
        var viewDelegate = new $.AccelMagDelegate(mainView);
        return [mainView, viewDelegate];
    }

}

Blockquote Lorem ipsum dolor sit amet

  • > Is this meant to apply to just the bug reports forum or the forum in general?

    This is specifically in regards to the copying of what is in the forum over to Jira while maintaining the text formatting the forum has.

    The forum itself is software called Community and they have bugs that are out of our control such as the ones you have described. It's possible that newer versions of Community have resolved some of them so updating might be an option.

  • The first version of previous comment is an example of a post which was rejected due to too many parens.

  • > Things appear to be working now. 

    Is this meant to apply to just the bug reports forum or the forum in general?

    I still have to replace parens with square brackets in forum posts (especially the longer posts).

    I also found that certain uses of square brackets (especially when there's lots of text or certain formatting inside them) will cause text after the closing square bracket to messed up.

    For example, I had some text that was bolded within square brackets, in the middle of a post. Apparently due to the square brackets, the forum rendered everything else after the closing square bracket in bold as well [this was not reflected when the post was edited, only after it was rendered in non-editable form]. I was able to fix that by making less of the text within the square brackets bold.

  • > Things appear to be working now. 

    Is this meant to apply to just the bug reports forum or the forum in general?

    I still have to replace parens with square brackets in forum posts (especially the longer posts).

    I also found that certain uses of square brackets (especially when there's lots of text or certain formatting inside them) will cause text after the closing square bracket to messed up.

    For example, I had some text that was bolded within square brackets, in the middle of a post. Apparently due to the square brackets, the forum rendered everything else after the closing square bracket in bold as well (this was not reflected when the post was edited, only after it was rendered in non-editable form). I was able to fix that by making less of the text within the square brackets bold.

  • I suspect there is a lot of testing to be done on the forum itself, but at the moment I'm testing the formatting of JIRA tickets automatically created from forum issues. Things appear to be working now.

    I appreciate all of the issues everyone has been reporting so the automatic JIRA ticket creation script can be tested. The process of getting them assigned to the relevant team has become more streamlined.

    Slight smile