There's an invisible button in the upper right & upper left that switches
months.
====
This e- mail message is intended only for the named recipient(s) above. It may contain confidential and privileged information. If you are not the intended recipient you are hereby notified that any dissemination, distribution or copying of this e-mail and any attachment(s) is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender by replying to this e-mail and delete the message and any attachment(s) from your system. Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is due to jquery UI css files having relative paths to images in them. When debug=false in your .ini file then easywidgets will "compress" the files and also concatenate them and the get served from a different URL location, breaking the relative images references.
It also effects the arrows in the feature list textboxes (on admin metadata page)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fix in branch db/4020. To review, change debug=false in your .ini file and make sure the ticket milestone date picker shows arrows, and that the admin features list has arrows too.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There's an invisible button in the upper right & upper left that switches
months.
====
This e- mail message is intended only for the named recipient(s) above. It may contain confidential and privileged information. If you are not the intended recipient you are hereby notified that any dissemination, distribution or copying of this e-mail and any attachment(s) is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender by replying to this e-mail and delete the message and any attachment(s) from your system. Thank you.
[forge:site-support:#10013]
https://sourceforge.net/p/forge/site-support/10013/
Last edit: John Barrett 2015-03-26
Diff:
This is due to jquery UI css files having relative paths to images in them. When
debug=false
in your.ini
file then easywidgets will "compress" the files and also concatenate them and the get served from a different URL location, breaking the relative images references.It also effects the arrows in the feature list textboxes (on admin metadata page)
Fix in branch db/4020. To review, change
debug=false
in your.ini
file and make sure the ticket milestone date picker shows arrows, and that the admin features list has arrows too.Nice catch!