← Back to team overview

openlp-core team mailing list archive

[Bug 1045564] Re: Bible verses on Remote Browser line wrap problem

 

Looks like this bug can be resolved by changing a css switch white-
space:nowrap to white-space:normal in the .ui-li .ui-btn-text a.ui-link-
inherit rule in the jquery-mobile.css I have changed it in my dev
version and it word wraps correctly inside the list items on the remote
we browser.

the rules change as follows:

.ui-li .ui-btn-text a.ui-link-inherit{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.ui-li .ui-btn-text a.ui-link-inherit{text-overflow:ellipsis;overflow:hidden;white-space:normal}


** Attachment added: "Screen Shot 2012-10-23 at 1.54.12 AM.png"
   https://bugs.launchpad.net/openlp/+bug/1045564/+attachment/3409967/+files/Screen%20Shot%202012-10-23%20at%201.54.12%20AM.png

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1045564

Title:
  Bible verses on Remote Browser line wrap problem

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  When the Bible verses are in continuous display mode, they do not line wrap in the remote browser.
  This makes it more difficult to know when to advance the slides.
  I have tried multiple browsers on two OSes, they all fail to line wrap.

  
  INFO:
  OpenLP 1.9.11
  Win7 Home Premium x64 & Ubunta 10.4
  IE, Chrome, Firefox
  Bible: ESV

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1045564/+subscriptions


References