Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Outlook Web App: missing attach button

Hi there!


I upgraded the operating system to Yosemite. After the update the attack button disappeared from theAttach Files dialogue box in Outlook Web App when I use Safari. Attach Files dialogue box shows up properly and I can browse files. But the attack button is missing.


I have updated the Silverlight but it has not helped.


The attack button is visible if I use Firefox or Chrome. What is the problem with Safari 8.0?


Screenshot: http://1drv.ms/1sJu5Pi

MacBook Pro with Retina display, OS X Yosemite (10.10), Safari 8.0

Posted on Nov 13, 2014 12:04 PM

Reply
10 replies

Nov 13, 2014 12:33 PM in response to Wesku-Show

Hi ..


Might be a cookies, cache, extensions, or plug-ins issue.



From your Safari menu bar click Safari > Preferences then select the Privacy tab.


Click: Remove All Website Data


Then delete the cache.


Open a Finder window. From the Finder menu bar click Go > Go to Folder


Type or copy paste the following


~/Library/Caches/com.apple.Safari/Cache.db


Click Go then move the Cache.db file to the Trash.


Quit and relaunch Safari to test.


If that didn't help, from the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.


If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.


If it's not an extensions issue, try troubleshooting third party plug-ins.


Back to Safari > Preferences. This time select the Security tab. Deselect: Allow plug-ins. Quit and relaunch Safari to test.


If that made a difference, instructions for troubleshooting plugins here.

Nov 15, 2014 7:56 AM in response to Wesku-Show

I found the missing buttons. Expanding the window to fill entire screen the buttons will be displayed. But why buttons are hidden in the right corner? Window is a javascript popup window. Is there something wrong with the java in the Safari?

Popup window code:


<div class="divDlgAttach">

<div>

<div>

<span class="attachTitle">Sis&#228;llyt&#228; liitteet</span>

</div>

<div class="attachHelp">

<a href="#" id="help" onclick="opnHlp('http:\/\/help.outlook.com\/fi-FI\/140\/ms.exch.owap.AttachmentPremium.as px?v=14.3.123.3&amp;l=0&amp;cl=op')" >

<img src="14.3.123.3/themes/resources/clear1x1.gif" class="csimg csimgbg sprites-help-png" >

</a>

</div>

</div>

<HR/>

<div class="includeattachments">

Liitteen sis&#228;llytt&#228;minen, valitse 'Selaa' ja valitse sitten tiedosto. Kun olet valinnut tiedoston, valitse Liit&#228;. Tiedosto ladataan viestiisi.

</div> <div class="filewellheader">

<div id="divFile1" class="fileWell">

<input type="file" id="file1" name="file1" size="50" class="fileField" onclick='_e(this,this.getAttribute("_e_onclick"), event)' _e_onclick="_this.select(_this);" />

</div>

<div id="divFile2" class="fileWell" style="display: none">

<input type="file" id="file2" name="file2" size="50" class="fileField" onclick='_e(this,this.getAttribute("_e_onclick"), event)' _e_onclick="_this.select(_this);" />

</div>

<div id="divFile3" class="fileWell" style="display: none">

<input type="file" id="file3" name="file3" size="50" class="fileField" onclick='_e(this,this.getAttribute("_e_onclick"), event)' _e_onclick="_this.select(_this);" />

</div>

<div id="divAdd" class="r">

<a href="javascript:" id="lnkAdd" class="choosemore" onclick='_e(this,this.getAttribute("_e_onclick"), event)' _e_onclick="addWell();">Valitse lis&#228;&#228; tiedostoja</a>

</div>

</div>


<div id="attachcancel" class="fltAfter r" >

<button id="btnAttch" hidefocus=true onmouseover='_e(this,this.getAttribute("_e_onmouseover"), event)' _e_onmouseover="btnOnMsOvrBtn(_this);" onmouseout='_e(this,this.getAttribute("_e_onmouseout"), event)' _e_onmouseout="btnOnMsOutBtn(_this);" >Liit&#228;</button>
<button id="btnCncl" hidefocus=true onmouseover='_e(this,this.getAttribute("_e_onmouseover"), event)' _e_onmouseover="btnOnMsOvrBtn(_this);" onmouseout='_e(this,this.getAttribute("_e_onmouseout"), event)' _e_onmouseout="btnOnMsOutBtn(_this);" >Peruuta</button>

</div>

</div>

Outlook Web App: missing attach button

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.