#1291 closed Defect (fixed)
.input-access could use a width
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.7.2 |
| Component: | Core | Version: | 1.6 |
| Severity: | minor | Keywords: | ui |
| Cc: | brettp, pete | Difficulty: |
Description
Create a group with a really long name and then write a blog post in that group. You cannot use the access control because it is overlapped by the textarea of the blog post. Setting the width on .input-access to 120px seems reasonable.
Change History (4)
comment:1 Changed 3 years ago by brettp
- Keywords ui added
- Milestone changed from Elgg 1.7 to Elgg 1.8
comment:2 Changed 3 years ago by cash
- Milestone changed from Elgg 1.8 to Elgg 1.7.2
comment:3 Changed 3 years ago by cash
- Resolution set to wontfix
- Status changed from new to closed
comment:4 Changed 3 years ago by cash
- Resolution changed from wontfix to fixed
(In [svn:6639]) Fixes #1291 - blog access control has specific CSS to set width
Note: See
TracTickets for help on using
tickets.

The problem was created by making the blog plugin have a non-standard layout with Elgg 1.6. This is fixed in Elgg 1.8 so there is no reason to make this change now.