intra-mart Accel Platform 2014 Summer(Honoka) / Release Note

Initial Version 2014-08-01

«  8.2.4. Authentication Functions   ::   Contents   ::   8.2.6. Internationalization  »

8.2.5. Client Browser

Common


8.2.5.1. If you do the reload while getting data in Ajax communication, error may occur.

  • If you do the reload while getting data in Ajax communication, error messsage may be temporarily displayed on the screen.
    • Session timeout error message may be pop-up displayed.
    • Message “Error.error” may be displayed.
    There is no practical problem, because data will be displayed eventually.

8.2.5.2. Input form and search condition input form may be displayed differently depending on the browser.

  • With regard to the horizontal bar of header in the input form (imui-form) and search condition input form (imui-form-search-condition),
    the line is shown beside the th tag on Chrome / Internet Explorer 9 / Safari.
    It is not displayed on Internet Explorer 8.

8.2.5.3. If you display the tree screen from the menu, memory leak will occur at the client side.

  • In case the version5.0 theme or version6.0 theme has been set, memory leak may occur at the client side
    when the tree screen is displayed from menu.
    Circumvention below is available.
    Please release the memory by closing the browser (this is not a leak on the server side).

8.2.5.4. Please disable the pop-up block on browser.

  • Correct information may not be passed or received if pop-up is blocked.
    Please disable the pop-up block.

8.2.5.5. Screen behavior may be sometimes incorrect because of the browser cache.

  • If the screen is corrupted or shows unexpected behavior, please delete all the caches of browser and execute it again.

8.2.5.6. Horizontal scroll may happen on some particular theme.

  • If version 6.0 theme is used, horizontal scroll may happen on some screens.

8.2.5.7. Browser will get slower if you write huge volume of text to imuiRichtextbox.

  • If you put too much character string to the text area of imuiRichtextbox, browser may freeze.
    When text is written, imuiRichtextbox will internally create ornament tag, and so
    rendering on the browser consumes more time as the volume of text grows.
    If this symptom occurs, please re-open the browser and retry the operation.

8.2.5.8. With regard to UI components in general, if you specify a character string that starts with “%” for an internationalized attribute, it will be displayed as “undefined”.

  • With regard to UI components in general, if you specify a character string that starts with “%” for an internationalized attribute, it will be displayed as undefined.
    For example, if you specify “%hoge” for the value attribute of imuiButton, the label of the displayed button will be “undefined”.

8.2.5.9. We do not guarantee the operation of “Back” button which is a standard browser function.

  • If the “Back” button which is the standard function of browser is used for screen transition, operations after the transition will not be guaranteed.
    Error screen or unexpected behavior may result.

8.2.5.10. If you combine the resizable components, resize start position of outside component will have some limitations.

  • If the resize start position of component specified inside and the resize start position of component specified outside are the same, you cannot do the resize operation on the outside component.
    For example, if there is imuiGadgetBar inside the imuiDialog, and the resize start position of imuiGadgetBar is on the right, you cannot resize imuiDialog from the right.
    This will apply to the following components as of 2013 Spring.
    • imuiDialog
    • imuiPageDialog
    • imuiGadgetBar

8.2.5.11. We do not guarantee the operation if the same type of browsers are used in multiple number or on multiple tabs on the same computer.

  • intra-mart Accel Platform performs session management using the Cookie of browser.
    Therefore, if the same type of browsers are used in multiple number or on multiple browsers on the same computer, we do not guarantee the operation.

    [In case of operations by system administrator]
    If you open and operate on multiple tabs in the environment where there are multiple tenants,
    operator may unintentionally update the wrong tenant.
    This is because the operator may not notice about the change on other tab on the browser, if the change is made to the target tenant.

    [In case of IM-Workflow]
    Same user cannot operate on multiple browsers or on multiple tabs for the reasons below :
    ・Directory for the temporary upload of attachment file is provided for each user.
    ・User data IDs may duplicate depending on the operation patterns.

    Operation patterns (examples) this symptom is observed are as follows :
    a) Pattern 1
    ・Same temporary save screen is opened by multiple browsers.
    ・Apply first by one browser.
    ・Temporary save later by another browser.
    b) Pattern 2
    ・Do the log-inoperation with the same user ID on another PC.
    c) Pattern 3
    ・After applying from temporary save, transition to the temporary save screen by the browser back, and apply.

    User data ID is an item you can set arbitrary value in your application program.
    In order to secure the setting flexibility, only the 1:1 mapping is allowed for the linkage between user data ID and the matter.
    Therefore, it is not possible for the current IM-Workflow to tell from the business viewpoint
    if the duplicate user data IDs for the matter came from invalid operations.
    Please do the checking by the action processes or other in the user program if you need to secure the uniqueness of user data ID.

8.2.5.12. If you drag the tab with CLOSE icon, layout may be corrupted.

  • While using the imuiTabs and imui:tabs of UI components, layout may be corrupted only while you drag if you try to change the sequence of tabs having the CLOSE icon.

8.2.5.13. ListTable display in the sub-role search dialog on role registration screen will be changed.

  • On the role registration screen of [Tenant Management]-[Role] screen,
    the width of ListTable in the role search dialog which is displayed by the [Search Sub-Role and Add] link may not match with the size of dialog.

8.2.5.14. Display of layout may be corrupted depending on the browser type.

  • On the tags provided by intra-mart Accel Platform or on screens that use these tags,
    display of layout may be corrupted depending on the browser in use.

    [[In case of IMBoxの場合]]
    On Internet Explorer 8, screen may be corrupted while editing messages.
    On Internet Explorer 8, the frame of the input text field does not expand while you edit the reply message,
    which would cause the Edit Finish button to be hidden behind the element.

8.2.5.15. Display of layout may be corrupted depending on the browser, if compatibility theme is used.

  • Tags provided by intra-mart Accel Platform or the screens that use these tags employ standard theme as a base.
    If compatibility theme is used, display of layout may be corrupted by the change of screen width.

8.2.5.16. You cannot send undefined or null as a parameter in imuiPageDialog.

  • If you specify undefined or null for the parameter of imuiPageDialog, and send it by jQuery ajax,
    it is converted to the character string “undefined” or “null” when it is received by the server side.

8.2.5.17. Character size of message boxes placed under imuiAccordionItem will get smaller.

  • Character size of imui-box-success, imui-box-information, imui-box-warning, and imui-box-caution placed under imuiAccordionItem will be displayed smaller.

8.2.5.18. If you place imuiDropdown under imuiAccordionItem, drop down menu will be displayed hidden under the accordion.

  • If you display imuiDropdown placed under imuiAccordionItem, drop down menu is not displayed on the accordion item,
    and will be displayed hidden.

8.2.5.19. If you place imuiRichtextbox under imuiAccordion, display may be corrupted.

  • If you place imuiRichtextbox under imuiAccordion, background color of the select box will not become white.

8.2.5.20. Size of imuiToggle cannot be changed by setting the style such as height and width.

  • Size of imuiToggle cannot be changed by setting the style such as height and width.

8.2.5.21. If you implement the program to receive uploaded file by SAStruts, you may not be able to limit the upload by file size.

  • In case you need to limit the upload by file size,
    struts-config.xml
    is specified as the maximum file size allowed for upload. However, sometimes the file bigger than this value could be uploaded.
    This happens when the value exceeds Integer.MAX_VALUE, and becomes smaller than -1 when it is casted from long to int.

8.2.5.22. If you specify the same name attribute to multiple input elements, imuiValidate will not work properly.

  • If you specify the same name attribute to multiple input elements, imuiValidate will not work properly.

    [Phenomenon]
    Even if you specify the same name attribute to multiple input element, only the first element will be checked.
    If the error occurs at the second or subsequent element, abnormal operation occurs such as error message being displayed against the first element or error message being blink displayed.

    [Condition]
    This happens when the same name attribute is specified to multiple input elements for using imuiValidate.

    [Circumvention]
    Different values should be specified to each name attribute.

8.2.5.23. If script tag is stated in imuiDialog, the process will be called twice during the loading.

  • Since the script in the dialog is executed, the event at the load time will be executed twice.
    The code below, for example, calls the alert twice.

    <imart type="imuiDialog">
      <script>
        $(function(){
          alert("sample");
        })
      </script>
      <span>dialog contents</span>
    </imart>
    

8.2.5.24. On Internet Explorer 11 and Firefox ESR 24, dotted line is displayed when input[type=”file”] button is focused.

  • When input[type=”file”] button is focused, a dotted line is displayed.
    Dotted line is not displayed when input[type=”button”], input[type=”submit”], input[type=”reset”] button, or imuiButton is focused.

8.2.5.25. On Internet Explorer and Firefox ESR 24, focus will not move unless you hit the tab key twice after moving to the File Add button by the tab move of imuiFileUpload.

  • Based on the specifications of input type=”file”, tab move is made to 2 elements ___ one for the text box which displays the file name and another for the reference button which displays the file selection dialog.
    Therefore, focus will not move by just a single tab move.

8.2.5.26. If you display the dialog with modal option set to true inside the dialog with modal option set to true again, event propagation will stop.

  • If you display the dialog with modal option set to true inside the dialog which again sets modal option as true, event propagation will stop.

    In the implementation shown below, click event for the check box stops, and the check mark of the check box will not be removed.
    In such a case you need to change the status of the check box inside the callback function called by imuiConfirm button.
    <imart type="imuiDialog" modal>
      <input type="checkbox" id="checkbox" checked/>
    </imart>
    <script>
      $(document).ready(function() {
        $('#checkbox').on('click', function(event) {
          if (!$(this).attr('checked')) {
            // imuiConfirm is a dialog with modal = true.
            imuiConfirm('confirm', 'Dialog', $.noop, $.noop);
          }
        });
      });
    </script>
    

8.2.5.27. CSS (Style Sheet) cannot be specified for optgroup attribute depending on the browser in use.

  • CSS (Style Sheet) cannot be specified for optgroup attribute on Internet Explorer 9, 11, and Chrome.
    Depending on the types and versions of the browsers, it may be displayed in bold italic or bold.

8.2.5.28. If the display area of imuiTabItem is an element cretaed by iframe, drag operation does not work properly.

  • There are 2 different ways of combination with iframe :

    1. in case there is a tab inside the iframe
    When you drop the tab outside the iframe the tab looks like frozen. Even after you remove the mouse, the tab will remain in dragged state.
    On Internet Explorer 8, tab does not return to the drag start position and will be sorted into an appropriate position once it is moved outside the iframe.

    2. in case there is iframe inside the tab
    When you drop the tab inside iframe, it will return to the drag start position.
    On Internet Explorer 8, tab does not return to the drag start position and will be sorted into an appropriate position once it is moved outside the iframe.

8.2.5.29. Style of the characters entered in imuiRichtextbox may not be reflected depending on the font of the browser.

  • For example, italic style of Meiryo font is supported only for English (single-byte alphabetic, numeric, and symbols).
    Therefore, if Meiryo is specified in the browser setting, double-byte characters such as those in Japanese will be displayed in standard style even if italic style is applied.


Google Chrome


8.2.5.30. Flash screen sometimes does not work properly on Google Chrome.

  • Google Chrome has some defects with the use of Flash.
    Following actions are necessary to circumvent the problem.
    • Disable the Flash built into Chrome by the plug-in setting ( about:plugins ) of Chrome.

    • Download and install Adobe Flash Player from the site below.


Internet Explorer


8.2.5.31. On Internet Explorer 8 only, layout will be corrupted if max-width is specified in imuiSelect.

  • If max-width is specified in imuiSelect, some character string is displayed above the pull-down button.
    This symptom occurs only on Internet Explorer 8 because of the browser specifications.

8.2.5.32. On Internet Explorer 8 and 9, multiple files cannot be selected at the same time in imuiFileUpload.

  • Internet Explorer 8 and 9 do not support HTML5 type=”file” multiple.
    Therefore, multiple files cannot be selected at the same time in imuiFileUpload.

8.2.5.33. On Internet Explorer 8 and 9, placeholder cannot be displayed.

  • A placeholder is a mechanism to display the gray-colored message such as “Please input” when the input tag item has not been inputted.
    imui tag receives a placeholder, and gives it to html as it is.
    Since Internet Explorer 8 and 9 do not support HTML5 placeholder attribute, it is not displayed.

8.2.5.34. Compatibility mode option of Internet Explorer is out of scope for support.

  • If you click the compatibility mode switch button beside the address bar, [zIndex] of menu does not work correctly.
    Use in [Compatibility Mode] is generally out of scope for support.

8.2.5.35. Error may occur when you download the attachment file.

On Internet Explorer if the URL for the file download submits the POST request from the window newly opened by window.open or target=”_blank”, name of the download file may be ignored.

8.2.5.36. When Internet Explorer is used, security zones should match in order to display external site in IFrame.

  • On Internet Explorer if the site of external domain is displayed inside IFrame, security zone of intra-mart Accel Platform and that of external domain should match.
    If the securityy zones are different, Cookie cannot be used, and the functions of external domain may be restricted causing the abnormal display.
    You can find the security zone setting on the [Security] tab of [Internet] option.
    On intra-mart Accel Platform, external site is displayed by IFrame for the following functions :
    • Menu
    • External Menu Linkage
    • Internet Portlet
    When any of these functions is used, please set the URL whose security zone matches with that of intra-mart Accel Platform.

8.2.5.37. If Internet Explorer 8 is used in SSL environment, you cannot downlaod the file.

  • If Internet Explorer 8 is used, the alert message shown below is displayed when you try to download the file, and the file cannot be downloaded.
    [Window Title]
    Windows Internet Explorer
    
    [Content]
    XXXXXXXX - XXXXXXX cannot be downloaded.
    
    Cannot open this internet site. Cannot use or find the requested site. Please retry later.
    
    [OK]
    
    This is because of the IE bug by which cache control header does not function properly.

8.2.5.38. On Internet Explorer 10 only, if you focus on and release the right-aligned text box, characters are displayed as buried.

  • If you move the focus to the right-aligned text box and release the focus when some characters are already entered,
    right half of the letter is displayed as buried only in case Internet Explorer 10 is used.

8.2.5.39. If you log in using Internet Explorer, 403 error may sometimes occur.

  • Depending on the setting of Internet Explorer, log-in may not be possible.
    If the security setting of Internet Explorer is not to allow access to cookies, 403 error will occur at log-in time.
    In order to avoid this problem, please do one of the following on Internet Explorer.
    • Add intra-mart Accel Platform environment to the Trusted Site.
    • In the internet zone setting, change the setting and accept first-party and third-party cookies.

8.2.5.40. When Internet Explorer is used, first letter of the download file name may be lost or corrupted.

  • When Internet Explorer is used, first letter of the download file name may be lost or corrupted.
    This symptom is caused by the defect of Internet Explorer below.

8.2.5.41. On Internet Explorer 10 or later, you cannot upload the 0-byte file by imuiFileUpload.

  • On Internet Explorer 10 or later, you cannot upload the 0-byte file by imuiFileUpload.

8.2.5.42. On Internet Explorer 8, favicon.ico sometimes may not be displayed.

  • On Internet Exlplorer 8 , favicon.ico sometimes may not be displayed.

8.2.5.43. On Internet Explorer 8 and 9, if you upload files that exceed the limit value, the message unrelated to the file size will be displayed.

  • In case maximum value of request has been set by request-control-config.xml, if the files that exceed the limit value are uploaded by imuiFileUpload component, the message below is displayed.

    [Error SyntaxError: Characters are not correct.]

    <*> This symptom will not occur if the files are within the limit. When this error message is displayed, the files themselves will not be uploaded.

    On this browser files are pseudo-uploaded using iframe to show as if files are uploaded by Ajax.
    Since it is not possible to obtain HTTP status from the response to iframe, status code is fixed at 200. This is the specifications of the plugin in use.

    However, for browsers without support for XHR file uploads - which includes Internet Explorer before IE10 - the Iframe Transport is used and there is no way to retrieve the HTTP status code from an iframe load event.


    File upload tag expects JSON as a response.
    However, since http413.jsp does not provide process for file upload tag, it returns HTML as a response.
    Since the file upload tag which receives HTML cannot parse it for JSON, the error [SyntaxError: Characters are not correct.] is displayed.

    [Circumvention]
    In order to avoid this symptom, please change [Maximum Value of Request] in request-control-config.xml.

8.2.5.44. On Internet Explorer 8 or later, if you register the page of the site that has different security zone and open it by pop-up, the page will be displayed on the parent screen.

  • On Internet Explorer 8 or later, if you register the page of the site that has different security zone to the menu and opens it by pop-up, the page will be displayed on the parent screen.
    This problem occurs if all the conditions below are met.
    ・ intra-mart Accel Platform is registered in the Trusted Site.
    ・ The site to be displayed by the pop-up is not registered in the Trusted Site.
    This symptom is caused by the operation specifications of Internet Explorer.
    There are 4 security zones (Internet, Local Network, Trusted, With Limitation) by Internet Explorer.
    There is a specification change in Internet Explorer 8 in which transition destination of form cannot be specified if the site in other zone is opened by one zone.
    In order to avoid this symptom, please register the site for pop-up display to the Trusted Site as well.

8.2.5.45. On Internet Explorer 8, horizontal width of imuiButton will be displayed larger than usual.

  • On Internet Explorer 8, horizontal width of imuiButton will be displayed larger than usual by 22px.

8.2.5.46. On Internet Explorer 8, horizontal width of imuiToggle will be displayed larger than usual.

  • On Internet Explorer 8, horizontal width of imuiToggle will be displayed larger than usual by 22px.

8.2.5.47. On Internet Explorer 11, Japanese input may not be possible to elements for which maxlengthh attribute or contenteditable attribute is specified.

  • On Internet Explorer 11, if you try to input to the div element for which contenteditable attribute is enabled or to the input element for which maxlength attribute is enabled,
    Japanese input may not be possible.
    Emergency material has been published by Microsoft as follows.

8.2.5.48. On Internet Explorer 11 of Windows 7, if you are using Office IME, single-byte KATAKANA mode is entered by specifying ime-mode: active.

  • On Internet Explorer 11 of Windows 7, if you are using Office IME, single-byte KATAKANA mode is entered in the form parts for which ime-mode: active is specified.

8.2.5.49. On Internet Explorer 11 of Windows 7, display font will become MS PGothic or MS Gothic.

  • On Internet Explorer 11 of Windows 7, display font will become MS PGothic or MS Gothic.
    On Internet Explorer 11 of Windows 8.1, it will be Meiryo or MS Gothic.
    MS PGothic or MS Gothic font letters look bolder and longer in vertical direction than the original MS gothic fonts.

    On intra-mart Accel Platform font-family of style sheet is set to Arial and sans-self.

8.2.5.50. When imuiFileUpload is used, files that exceed 4GB in size cannot be uploaded on Internet Explorer 10 or 11.

  • Ajax is used inside imuiFileUpload to upload files.
    When you try to upload the file that exceeds 4GB ( 4,294,967,296 bytes to be exact) on Internet Explorer 10 or 11,
    API (FormData#append) error would occur, because Ajax is used for file transmission.
    This error occurs before the file is sent, and so you cannot avoid the problem by setting the value in intra-mart Accel Platform.

8.2.5.51. On Internet Explorer, status bar may continue to work even after the screen display is finished.

  • When Internet Explorer 8 is in use, status bar may continue to work even after the screen display is finished.

    This symptom will not cause any operational problem, because the status bar merely continues to work.

8.2.5.52. When a single-byte alphabetic button and a Japanese button are placed side by side on Internet Explorer, a vertical gap of about 1px would appear.

  • When a single-byte alphabetic button and a Japanese button are placed side by side on Internet Explorer, a vertical gap of about 1px would appear.

    We have observed this symptom for imuiButton, button tag, input[type=”button”], input[type=”reset”], and input[type=”submit”].
    This symptom can be avoided by specifying vertical-align:middle or font-family:sans-self;.

    If vertical-align:middle is specified, vertical position of the other elements such as input[type=”text”] which are aligned horizontally with the button will shift.
    If font-family:sans-self; is specified, legibility of single-byte alphabetic characters of the button will be slightly damaged.
    We have observed that the space between [O] and [K] of [OK] gets too small to be easily legible.


Firefox


8.2.5.53. On Firefox ESR 24, if the icon of the size bigger than the button is specified for imuiButton, it will exceed the area.

  • On Firefox ESR 24, if the icon of the size bigger than the button is specified for imuiButton, the icon will overflow the area.
    On Chrome, Internet Explorer, or Safari, the portion that exceeds the button will not be displayed.

8.2.5.54. On Firefox ESR 24, the vlaue of label in optgroup tag of imuiSelect is shown in italic.

  • On Firefox ESR 24, the value of label in optgroup tag of imuiSelect is shown in italic.

8.2.5.55. On Firefox ESR 24, if you place imuiRichtextbox in imuiDialog, characters may not be entered into imuiRichtextbox.

  • On Firefox ESR 24, if you place imuiRichtextbox in imuiDialog, characters may not be entered into imuiRichtextbox.
    Character entry may not be possible if it takes much time to load the page.

8.2.5.56. On Firefox ESR 24, double frame lines are displayed when input[type=”range”] is focused.

  • On Firefox ESR 24, double lines are displayed for the black solid line and the blue dotted line frames when input[type=”range”] is focused.

8.2.5.57. On Firefox ESR 24, margin may be generated at the lower part of the portlet.

  • On Firefox ESR 24, margin may be generated at the lower part of the portlet, if the list table is displayed in the portlet.

    This symptom occurs only on Firefox ESR 24. Margin at the lower part may result, because the height value of the list table obtained may sometimes be bigger than the actual height.
    This is a display only problem, and does not affect the actual operations.

8.2.5.58. On Firefox ESR 24, search operation does not take place while IME entry is being made to imuiAutocomplete.

  • While entry is made into imuiAutocomplete by IME, search may not be performed with the characters before completion. Search is executed after the entry is confirmed.


Safari


8.2.5.59. In case Mac OSX(10.7.0 or later) is used, tree for tree display may not open.

  • In case Mac OSX is used, clicking the node or OPEN icon displayed on the tree for tree display may not function correctly.
    This symptom is caused by the mismatch of node position and display by the setting of scroll bar display.
    In order to avoid this symptom, please do the following.
    Set [System Environment Setting - General - Scroll Bar Display] setting to [Always Display].

8.2.5.60. On Safari 7 some items cannot be set on some management screens.

  • If Safari 7 is used to do the edit on screens where edit functions are available in the tables using imuiListTable of UI components,
    HTML including the input text box is registered instead of the input contents.

    In case of intra-mart Accel Platform (no additional applications), following screens will have the symptom.
    ・Menu Setting Screen - New Creation (or Edit) of Menu Item
    Argument
    ・Job Management Screen - Job Creation (or Edit)
    Execution Parameter
    ・Job Net Management Screen - Job Net Creation (or Edit)
    Execution Parameter
    If you need to use these screens, please use the browser other than Safari 7.


Smart Phone


8.2.5.61. On smart phones error may be generated if the process time is too long.

  • If the processing time gets longer because of line status or server resource limitation, following error will be generated.

    Error: NETWORK_ERR: XMLHttpRequest Exception 101
    

8.2.5.62. On smart phones, the name of the downloaded file may possibly be corrupted.

  • On smart phones, if you download the file whose file name includes Japanese, it may be corrupted.

8.2.5.63. On some particular smart phone types, retry process (sending request again) may be performed.

  • On some smart phone device types, if the process is submitted to the server and the response time exceeds the predefined time,
    retry (sending request again) process may be performed.
    If this is a registration process, same information may be registered.
    [Device Types reported]
    • NTT Docomo GALAXY SⅡ LTE SC-03D

8.2.5.64. Operations on smart phones sometimes do not work properly depending on device types and browsers.

  • Smart phone device types verified by our company are listed in the [Validated Environment] of Release Note.
    If you use smart phone devices that are not in the list or use non-standard browsers,they may not function properly.
    Please refer to [ Validated Environment ]-[ Smart Phone ] for detail.

8.2.5.65. Screen layout may sometimes be corrupted if you switch the screen vertical/horizontal orientation.

  • If you switch vertical/horizontal orientation of smart phone screens while being displayed, screen layout may sometimes be corrupted.

    [Example]
    • If you switch vertical and horizontal while displaying the confirmation dialog, display position will shift from the center.
    • When displaying the error message, display width of display area will shift from the center if you switch vertical and horizontal orientation of the device, etc.

8.2.5.66. In case Android 4.x standard browser is used, you may not be able to upload the file if the file name contains symbol characters.

  • In case Android 4.x standard browser is used, file uploading will fail if the file name contains symbol characters below.
    #$%&+,;=@[]^`{}
    
    To avoid this problem, please change the file name before uploading the file.

8.2.5.67. You may sometimes not be able to download files on smart phones.

  • Depending on the file name or contents, you may not be able to download the file on smart phones.

    [Example]

    * The file that has a Chinese letter (U+E815() etc.) in the file name is uploaded to IMBox, and then downloaded by the Android device etc.

8.2.5.68. If you specify autofocus to long text or input element of invisible position, screen layout may be corrupted.

  • Place the input element which specifies autofocus under the long text. Put input element to the location which is visible only when the screen is scrolled.
    If you display the page from this state, screen layout will be corrupted. This is the defect of jQuery Mobile.
    In order to circumvent this problem, please remove autofocus attribute from the input element.

8.2.5.69. On Android OS 2.3.6 standard browser, if you tap the “following” button of profile dialog, button character will be corrupted.

  • On Android OS 2.3.6 standard browser, if you tap the “following” button of profile dialog, button character will be corrupted.

8.2.5.70. On Android standard browser, multi-byte character in the download file name will be corrupted.

  • On Android standard browser, multi-byte character in the download file name will be corrupted.
    This is because Android standard browser does not support Content-Disposition of multi-byte character.

8.2.5.71. On Android standard browser, if the pop-up window is opened by another pop-up window, the button on some error screens displayed inside the pop-up window does not work.

  • Suppose you open pop-up window (Window B) from the parent window (Window A), and then open the pop-up window (Window C) from Window B. Session timeout error is generated at Window C. Following actions would result on Android standard browser when [To Log-in Screen] is clicked.
    ・Log-in screen is displayed in Window A.
    ・Window B is closed.
    ・Window C will remain displayed.

    Correct operations should have been as follows.
    ・Log-in screen is displayed in Window A.
    ・Window B is closed.
    ・Window C is closed.

    Error screens that this limitation applies are as follows :
    ・HTTP401 Error Screen
    ・Session Timeout Error Screen


Tablet


8.2.5.72. If the screens for PC are displayed on Safari of iPad/iPhone, some functions are limited depending on the browser specifications.

  • When the screens for PC are displayed on Safari on iPad/iPhone, some functions are limited depending on the browser specifications.

    For example, following functions have limitations.
    ・Operations that require drag & drop cannot be used. (example: Tree-type Maintenance Screen of My Menu Setting)
    ・Operations that require double taps cannot be used. (example: Selection Confirmation Process on IM-Common User Search Screen)
    ・When text box is tapped, software keyboard is displayed.
    ・When select box is selected, drum-type picker is displayed.
    ・When select box is selected, safari would freeze if window.alert() or window.confirm() is displayed.
    ・Operations using mouse-over cannot be used. (example: Tool Tip)
    ・If there are duplicated file names for file upload (default name is image.jpg), only 1 file is uploaded.
    ・If you do the touch operation on the screens for PC, mouseover will remain.
    As a consequence, the class that was given at mouseover would remain unchanged for the layout.
    ・ Files that are downloaded are displayed on the browser.

«  8.2.4. Authentication Functions   ::   Contents   ::   8.2.6. Internationalization  »