Known Issues for MAKit

Learn about known issues and apply workarounds for MAKit development.

Issue NumberDescription
CR 733167
When opening a MAKit PDF from the Product Documentation Web site, some users may be prompted to update Adobe Flash Player.

When some users attempt to open the MAKit Developer Guides at http://sybooks.sybase.com/sybooks/sybooks.xhtml?id=1289&c=firsttab&a=0&p=categories, they may get an error stating an updated version of Flash is required to view the PDF package.

Workaround: Update to the most recent version of both Adobe Reader and Adobe Flash Player by visiting the Adobe Downloads Web site at http://www.adobe.com/downloads/.

CR 721724
The MAKit 2.1.3 Code Example orientation freezes in Apple iOS 6.0 .

When attempting to change the orientation from landscape to portrait, or from portrait to landscape on the iPad2, the MAKit Code Example does not change orientation.

Workaround: To run the MAKit 2.1.3 in iOS6.0 without any orientation issues:
  1. In MAKitCodeExamplesAppDelegate replace the line
    [self.window addSubview:navController.view];
    with
    [set.window setRootViewController:navController];
  2. In the MAKitCodeExamples-info.plist file, delete the sub items (item 0 and item 1) under the "Supported interface orientations".
CR 704674
Value bubble and range selector are not kept in sync.

When the user manipulates the range selector, the highlight bar of the value bubble and the category values are not kept in sync.

Workaround: User can tap anywhere on the chart to synchronize the highlight bar of the value bubble and the category values.

CR 704130
HTML5 - Pie chart series missing from legend box.
The issue occurs when the application:
  • Shows six pie charts on one page with pie chart having additional series.
  • Shows one pie chart with additional series and then the user maximizes browser window on the mobile phone.

Workaround: None.

CR 703197
SUPContainer iOS (iPad) what-if integer columns turns blank after clearing the value.

When the MAKit What-if feature is used in the Unwired Platform Workflow container environment on iOS (iPad devices), the what-if integer column becomes blank and the slider does not reposition when the value is cleared using device keyboard input and the user taps out of the field. This field should have a value of 0 after clearing and the slider control should be synchronized to the 0 position.

Workaround: User can use the slider control to change the what-if column values.