Open Opopanax opened 10 years ago
This is because (in part) the publisher.js file is not included. Including that will fix this, but I would prefer that is not a requirement. So looking at the checks in the plugin so that it doesn't try to execute anything canvas when it can't. I'll keep this open until that's fixed.
Ahh, I forgot
Not quite sure what line it's trying to get those files.
It's S1's moderately unique font. I think it is actually the CSS which is calling it out. It may be something I can include the zip, will test. Shouldn't break overall styling though.
Ah Ha! Some HTML 5 attributes were breaking the styling on the
Fixed the style on the input field. Stylings are still broken on the
<div id="one-app">
<apex:form id="MainForm">
<apex:outputpanel id="errors">
<apex:pagemessages />
</apex:outputpanel>
<div id="form">
<h2>Attendee SignIn</h2>
<section>
<apex:inputfield value="{!FakeContact.Email}"/>
<apex:commandButton value="Search" action="{!SearchForAttendee}" rerender="AttendeeInfo,Errors" oncomplete="restyle();"/>
</section>
</div>
</div>
I'm using the zips provided in the recent release. When the page loads the console returns "Uncaught typeError: Cannot read property 'client' of undefined" Screenshot above includes all the text. This causes the page to load but majority of the styles aren't applied.