Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Minor errors in flexible backend theme #8227

Closed
Anke opened this issue Feb 17, 2016 · 3 comments
Closed

Minor errors in flexible backend theme #8227

Anke opened this issue Feb 17, 2016 · 3 comments
Assignees
Labels
Milestone

Comments

@Anke
Copy link

Anke commented Feb 17, 2016

The following (minor) issues apply to narrow screens:

Editing CSS styles, the text areas "Selektor" and "Eigener Code" seem to be set (inline) to "height: 15px" for wide screens which isn't high enough when narrowing the window. This value is only changing to 21px on a window refresh.

After emptying the internal cache the alert box "Den Cache aufbauen" is hidden in the collapsible area. Would be convenient to make it visible one way or another. (Maybe by an overlay to show it even when the user is at the bottom of the page?)

In the CCS editor the refresh button cannot be used at a screen widths < 768px. (The icon is at the right place but cannot be clicked.)

@leofeyer
Copy link
Member

?

@Anke
Copy link
Author

Anke commented Feb 17, 2016

After emptying the internal cache the alert box "Den Cache aufbauen" is hidden in the collapsible area. Would be convenient to make it visible one way or another. (Maybe by an overlay to show it even when the user is at the bottom of the page?)
contao_cache_aufbauen

In the CCS editor the refresh button cannot be used at a screen widths < 768px. (The icon is at the right place but cannot be clicked.)
contao_refresh

CSS editor: textareas not high enough when narrowing the window. The dynamically set height is only changing from 15px to 21px when reloading the window.
contao_css_textareas

@leofeyer leofeyer added this to the 3.5.7 milestone Feb 29, 2016
@leofeyer leofeyer self-assigned this Feb 29, 2016
@leofeyer
Copy link
Member

The first two issue have been fixed in 655bb5c. The latter is not an issue IMHO, since I don't see a real use case (except testing the responsiveness).

jsonn pushed a commit to jsonn/pkgsrc that referenced this issue Mar 5, 2016
### 4.1.1 (2015-03-03)

 * Remove the "disable IP check" field from the back end settings (see #436).
 * Do not quote the search string in `FIND_IN_SET()` (see #424).
 * Always fix the domain and language when generating URLs (see contao/core#8238).
 * Fix two issues with the flexible back end theme (see contao/core#8227).
 * Correctly toggle custom page type icons (see contao/core#8236).
 * Correctly render the links in the monthly/yearly event list menu (see contao/core#8140).
 * Skip the registration related fields if a user is duplicated (see contao/core#8185).
 * Correctly show the form field type help text (see contao/core#8200).
 * Correctly create the initial version of a record (see contao/core#8141).
 * Correctly show the "expand preview" buttons (see contao/core#8146).
 * Correctly check that a password does not match the username (see contao/core#8209).
 * Check if a directory exists before executing `mkdir()` (see contao/core#8150).
 * Do not link to the maintenance module if the user cannot access it (see contao/core#8151).
 * Show the "new folder" button in the template manager (see contao/core#8138).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants