Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,443
    Plugin Contributions
    11

    Default Re: POSM Stock issue

    My research shows:

    Since the issue is specific to iOS (Safari and Chrome on iPad) and works correctly on desktop browsers, the problem is almost certainly related to WebKit rendering quirks or device-specific behavior. By systematically debugging, you should be able to identify and resolve the issue. If the problem persists, consider filing a bug report with WebKit, providing a minimal reproducible example.

    I created
    Code:
    <!DOCTYPE html><html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Display: None Test</title>
        <style>
            .hidden { display: none; }
        </style>
    </head>
    <body>
        <div class="hidden">This should be hidden.</div>
    </body>
    
    </html>
    as iPhoneTest.html and ran it on both the desktop and iPhone. It successfully hid the text on both.

    I will look further into the CSS to make sure there's no display: block applied to the same rule.

    I am not familiar with javascript to investigate whether there is a style.display = 'block' messing with it.

    All options appreciated.

  2. #12
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,443
    Plugin Contributions
    11

    Default Re: POSM Stock issue

    ####_custom-forms.scss from bootrap4.6.2 has the custom_select class set to display: inline-block.

    Looks like a change will need to be included in POSM's css for mobile.

  3. #13
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,443
    Plugin Contributions
    11

    Default Re: POSM Stock issue

    I have finally been able to look at the page on an Android device and it is displayed correctly.

    I will report the webkit problem with Chrome on a Apple device to Chrome.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Stock by Attribute v1.4.13 install issue
    By d2md in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 22 Sep 2011, 04:58 PM
  2. Stock by Attributes Issue
    By AGeekInABox in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 19 Jul 2011, 06:13 PM
  3. Out of Stock issue
    By split63 in forum Basic Configuration
    Replies: 4
    Last Post: 23 Feb 2011, 01:34 AM
  4. Stock By Attributes installation issue
    By dirntknow in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 19 Nov 2010, 11:46 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR