Closed (fixed)
Project:
Seven
Version:
1.0.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Sep 2016 at 10:09 UTC
Updated:
17 Jun 2025 at 14:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
esolitosComment #3
snte commentedI am going to work on this today at DrupalCon Dublin.
Comment #4
snte commentedComment #5
snte commentedI think this is a block module issue, because the importance (like which columns can/should be hidden because of lesser importance) of columns in the table are defined in the module (like in fields or views module). I looked up how responsive tables are done in views module (https://www.drupal.org/node/1796230).
In blocks/src/blockListBuilder.php i extended the form array in buildBlocksForm(), so that the header/column "region" gets the class "RESPONSIVE_PRIORITY_MEDIUM".
Comment #14
ranjith_kumar_k_u commentedRe-rolled for 9.2
Comment #15
Madhu kumar commented@Ranjith patch #14 applied cleanly but after applying the patch Region section itself is hiding. Sharing screen shot for the reference.
Comment #17
chetanbharambe commentedVerified and tested patch #14.
Patch applied successfully but not working as expected.
Testing Steps:
# Goto: Appearance -> Apply Seven theme
# Goto: /admin/structure/block
# Check Responsiveness UI
Expected Results:
# After Applying the patch, the Region section should appear with full dropdown buttons.
Actual Results:
# Currently, the Region section appearing but the dropdowns are hidden on responsiveness.
# Also, the Region section is not appearing after applying the patch.
Please refer attached screenshots for the same.
Not working as expected.
Can be a move to Needs Work.
Comment #18
vikashsoni commentedApplied patch #14 working fine
After patch the region section are coming properly without dropdown
Thanks for the patch
Comment #22
pameeela commentedDuplicate of #3159896: Select form field values are hidden at narrow screen widths in Claro theme
Comment #23
pameeela commentedSorry folks, realised this isn't actually a duplicate. Best to look at #3159896: Select form field values are hidden at narrow screen widths in Claro theme for the approach though, we definitely should not just hide this element on smaller screens!
Also just moving to the Seven contrib queue since it's no longer in core.
Comment #24
avpadernoComment #25
sandip commentedI am working on it.
Comment #27
sandip commentedI have done the changes as mention in #23. Please review the changes.
Comment #28
sandip commentedBefore:

After:

Comment #29
avpadernoComment #31
avpadernoComment #33
avpaderno