[MGNLUI-3600] Background color gets transparent upon scrolling over the list of available components with a mouse wheel Created: 21/Sep/15  Updated: 15/Apr/16  Resolved: 08/Oct/15

Status: Closed
Project: Magnolia UI
Component/s: None
Affects Version/s: 5.3.9
Fix Version/s: 5.3.12

Type: Bug Priority: Neutral
Reporter: Piotr Bojdoł Assignee: Sang Ngo Huu
Resolution: Fixed Votes: 0
Labels: support
Remaining Estimate: 2h 10m
Time Spent: 1d 5h 50m
Original Estimate: 2d

Attachments: PNG File screenshot-1.png     PNG File screenshot-2.png    
Issue Links:
Cloners
Relates
relates to MGNLUI-3685 huge select fields are not scrolling Closed
duplicate
is duplicated by MGNLUI-3513 Backgroundcolor of drop-down-list bec... Closed
Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Date of First Response:
Sprint: Basel 13
Story Points: 5

 Description   

Tested on Chrome 38.0.2125.101/44.0.2403.157 and Firefox 40.0.3 at Windows&Linux.



 Comments   
Comment by Jan Haderka [ 25/Sep/15 ]

This issue is already fixed in 5.4 branch

Comment by Sang Ngo Huu [ 29/Sep/15 ]

This issue come from Vaadin, 5.4 upgraded Vaadin to 7.4.7 but 5.3 still used 7.1.7. There is the fixed on Vaadin com.vaadin.client.ui.VFilterSelect:552:
7.1.7

 menu.setHeight("");
 if (currentPage > 0) {
      // fix height to avoid height change when getting to last page
       menu.fixHeightTo(pageLength);
  }
  offsetHeight = getOffsetHeight();

And 7.4.7

  menu.setHeight("");
  if (currentPage > 0 && !hasNextPage()) {
     // fix height to avoid height change when getting to last page
     menu.fixHeightTo(pageLength);
  }

But I have workaround solution for it: Add pageLength property under field definition.

Comment by Tomáš Gregovský [ 30/Nov/15 ]

unfortunately scrolling is not working on 5.3.12 ... more on MGNLUI-3685

Generated at Mon Feb 12 09:08:15 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.