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
SonjabSonjab 

Data type and Font issues when using <apex:detail>

Hi - I have a visualforce page overriding the standard Account where we display a tabbed layout and on one of those tabs, <apex:detail> for account with inline editing. 

Can anyone help? #1 is a big blocker for us right now. 

1.) All date fields render as text fields and when inline-edited, save hangs forever and the change never commits.
User-added image
User-added image

2.) Less importantly, font inconsistencies between fields:
User-added image

For reference: 
<div id="det" class="tab-pane fade">
<apex:detail subject="{!Account}" relatedList="true" title="false" inlineEdit="true" />
</div>