function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kora bornkora born 

Autocomplete is broken

So all I tried was to auto-fill the page-block & pageblockSection, and each time it completed BOTH with '="', nothing else on line
Tried this multiple times with mouse and keyboard both behaved like this, could not figure out what made it work for pageBlock after the 20th attempt.
<apex:page standardController="Opportunity">
    <apex:pageBlock>
        =""
    </apex:pageBlock>
    <apex:outputField value="Name"/>
</apex:page>