problem with long breadcrumbs

Description

This is mostly an issue for Lessons. With a screen narrower than 800 px, the top part of the screen is position: fixed. The main body is positioned below it using a large top margin. This requires the heading area to be exactly the number of pixels used for the margin. But if a title is very long, so it overflows onto a second line, there can be overlap between the header area and the main body of the tool.

For the moment I'm dynamically positioning the main body with Javascript, using the actual height of the header. But there's got to be a better approach.

Attachments

3
  • 17 May 2017, 11:56 AM
  • 18 Apr 2017, 05:50 AM
  • 18 Apr 2017, 05:49 AM

Activity

Show:

Neal Caidin May 17, 2017 at 11:56 AM

I tested on a Samsung Galaxy 6 , Android 7.0 on https://qa11-mysql.nightly.sakaiproject.org (11.x branch).

It passed, but it just cut off the text, no ellipses. Should I open a new Jira? Or is that the intended behavior?

See screenshot:

Carles Encinas Barba April 18, 2017 at 5:49 AM
Edited

An optimal and clean solution that has been already used in other tools could be to limit the overflow adding ellipsis.

Fixed

Details

Priority

Affects versions

Fix versions

Components

Assignee

Reporter

Created July 15, 2016 at 12:07 PM
Updated May 17, 2017 at 11:56 AM
Resolved April 21, 2017 at 1:54 PM