Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...FileUpload control - unusable on small devicesFileUpload control - unusable on small devices
Previous
 
Next
New Post
10/16/2015 5:15 PM
 
Sebastian Leupold wrote:
PS: please log at support.dnnsoftware.com (ideally with screenshots) to get it fixed.

I listed it but not likely to get addressed anytime soon....

Hopefully someone can point me to the code that sets the width of that div...as an inline style...will just have to mod the base code to fix it temporarily.

 
New Post
10/16/2015 7:26 PM
 
thanks for logging the issue anyways.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/16/2015 11:22 PM
 
resources/shared/components/fileupload/dnn.fileupload.js


I think you will be looking for line 689 in the dnn.fileupload.js
 
New Post
10/17/2015 11:24 AM
 
DNNMonster wrote:
resources/shared/components/fileupload/dnn.fileupload.js


I think you will be looking for line 689 in the dnn.fileupload.js

That is exactly what I thought as well...but changing this has no effect on width.  Also...notice the height is set to AUTO....

So I am guessing something else is injecting the style info.

<div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front dnnFormPopup fu-dialog ui-dialog-buttons ui-draggable" tabindex="-1" role="dialog" aria-describedby="ui-id-10" aria-labelledby="ui-id-11" style="height: auto; width: 780px; top: 50%; left: 50%; display: block; position: fixed; margin-left: -390px; margin-top: -314.5px; max-height: inherit; overflow: initial;">

 
New Post
10/17/2015 3:41 PM
 
https://github.com/dnnsoftware/Dnn.Platform/blob/7d76df0d26f4ebb5de778e69ff1e9de273087ce7/DNN%20Platform/DotNetNuke.Web/UI/WebControls/DnnFileUploadOptions.cs

Line number 91 would be my best guess.

That will need to be addressed in the core.


You could temporarily get away with tweeking the JQuery options.

Add this line above the close function in the dnn.FileUpload.js file at line 673 or so.

open: function() {$(".fu-dialog").css("width","auto");},

It should fix your issue...
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...FileUpload control - unusable on small devicesFileUpload control - unusable on small devices


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out