We have moved to Github. Please open tickets there.

Opened 3 years ago

Closed 3 years ago

#2007 closed Defect (worksforme)

Page layout inconsistent on Add a Topic for Group Discussions

Reported by: viraj.kanwade Owned by:
Priority: normal Milestone:
Component: Core Version: 1.6
Severity: major Keywords:
Cc: brettp Difficulty:

Description

Analysis:
The label html tag for the Tags element in these forms is not being closed. FF
and Chrome ignore it. IE considers all remaining page content as label hence
the font difference.

Resolution:
Close the label tag by adding "</label>" in following files(numbers after ":" are line numbers):
elgg\mod\groups\views\default\forms\forums\addtopic.php:59
elgg\mod\groups\views\default\forms\forums\edittopic.php:64
elgg\mod\file\views\default\file\upload.php:87

Change History (1)

comment:1 Changed 3 years ago by cash

  • Resolution set to worksforme
  • Status changed from new to closed

Thanks for reporting this but it was fixed in Elgg 1.7 so I'm closing this ticket.

Note: See TracTickets for help on using tickets.